Skip to content

Commit b2e729a

Browse files
update job dependencies 2
1 parent 838a232 commit b2e729a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-slurm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
files: |
6262
slurm-smd*_${{ needs.parse.outputs.version }}-1_amd64.deb
6363
Build-and-Upload-Docker-Image:
64-
needs: ["Create-Release-and-Upload-Packages"]
64+
needs: ["Parse", "Create-Release-and-Upload-Packages"]
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: "Login to Docker Hub"

0 commit comments

Comments
 (0)