Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't send sbuff and rbuff to the MC checker
[simgrid.git] / .github / workflows / ci-batsim.yml
index f850fa14bdd347ab3daef1f1da9fddf4eb9f1f39..f519b1e78b85cd17975607e6d58822478a8ea107 100644 (file)
@@ -3,7 +3,7 @@ name: CI BatSim
 on:
   workflow_dispatch:
   schedule:
-    - cron: '43 18 * * 0'
+    - cron: '0 20 * * 0'
 
 jobs:
   build:
@@ -12,7 +12,7 @@ jobs:
     container: simgrid/unstable
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Build and test BatSim
         run: |
           set -e