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
[simgrid.git] / .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: