From: Martin Quinson Date: Mon, 24 Jan 2022 09:55:24 +0000 (+0100) Subject: This docker is now based on simgrid/unstable so it should be rebuilt each week-end X-Git-Tag: v3.30~48 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ce03a73c6c9f8aefe16beeed8a700d0f822bd40b This docker is now based on simgrid/unstable so it should be rebuilt each week-end [no-ci] --- diff --git a/.github/workflows/docker-tuto-s4u.yml b/.github/workflows/docker-tuto-s4u.yml index aa769b8cda..6f78b073a6 100644 --- a/.github/workflows/docker-tuto-s4u.yml +++ b/.github/workflows/docker-tuto-s4u.yml @@ -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: