Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bummer
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jan 2022 23:51:23 +0000 (00:51 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jan 2022 23:51:23 +0000 (00:51 +0100)
.github/workflows/docker-stable.yml
.github/workflows/docker.yml

index 101dece..c49925f 100644 (file)
@@ -15,7 +15,7 @@ on:
 #    types: [published, created, edited]
 
 jobs:
-  docker-stable:
+  docker-simgrid:
 
     runs-on: ubuntu-latest
     permissions:
@@ -57,7 +57,7 @@ jobs:
   docker-tuto-s4u:
 
     # the Dockerfile builds upon the docker-unstable image, so add a dependency
-    needs: docker-unstable
+    needs: docker-simgrid
     runs-on: ubuntu-latest
     permissions:
       contents: read
@@ -95,7 +95,7 @@ jobs:
 
   docker-tuto-smpi:
     # the Dockerfile builds upon the docker-stable image, so add a dependency
-    needs: docker-stable
+    needs: docker-simgrid
     
     runs-on: ubuntu-latest
     permissions:
index 830b366..17f6084 100644 (file)
@@ -11,7 +11,7 @@ on:
     - cron: '42 18 * * 0'
 
 jobs:
-  docker-unstable:
+  docker-simgrid:
 
     runs-on: ubuntu-latest
     permissions: