From 311499ad89358205e0f529af15e70351ff49d78e Mon Sep 17 00:00:00 2001 From: adegomme <13270544+adegomme@users.noreply.github.com> Date: Thu, 11 Mar 2021 14:54:15 +0100 Subject: [PATCH] add weekly build at 6:00pm sundays --- .github/workflows/jarfile.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jarfile.yml b/.github/workflows/jarfile.yml index 70d95678b3..4121942128 100644 --- a/.github/workflows/jarfile.yml +++ b/.github/workflows/jarfile.yml @@ -1,7 +1,10 @@ name: SimGrid complete jar file generation -on: [workflow_dispatch] - +on: + workflow_dispatch: + schedule: + # * is a special character in YAML so you have to quote this string + - cron: '0 18 * * 0' jobs: build: runs-on: ${{ matrix.config.os }}-latest -- 2.20.1