Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add weekly build at 6:00pm sundays
authoradegomme <13270544+adegomme@users.noreply.github.com>
Thu, 11 Mar 2021 13:54:15 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Mar 2021 13:54:15 +0000 (14:54 +0100)
.github/workflows/jarfile.yml

index 70d9567..4121942 100644 (file)
@@ -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