Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This docker is now based on simgrid/unstable so it should be rebuilt each week-end
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 24 Jan 2022 09:55:24 +0000 (10:55 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 24 Jan 2022 09:55:45 +0000 (10:55 +0100)
[no-ci]

.github/workflows/docker-tuto-s4u.yml

index aa769b8..6f78b07 100644 (file)
@@ -7,8 +7,9 @@ name: Docker tutorial S4U
 
 on:
   workflow_dispatch:
-  # Rebuild when changing the stable branch
-  push:
+  schedule: # each week-end, since it's using the unstable docker image
+      - cron: '0 20 * * 0'
+  push: # when pushing on the stable branche, as this is intended to use the stable docker image when not needing the bleeding edge
       branches:
             - stable
 #  release: