Skip to content

Commit

Permalink
add job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Sep 19, 2024
1 parent c47e639 commit 832b48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-slurm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "*"
jobs:
Create-Release-and-Upload-Dockerimage:
Create-Release-and-Uplpoad-Packages:
runs-on: ubuntu-latest
container:
image: debian:bookworm
Expand Down Expand Up @@ -35,6 +35,7 @@ jobs:
files: |
slurm-smd*_${{ github.ref_name }}-1_amd64.deb
Build-and-Upload-Docker-Image:
needs: ["Create-Release-and-Upload-Packages"]
runs-on: ubuntu-latest
steps:
- name: "Login to Docker Hub"
Expand Down

0 comments on commit 832b48f

Please sign in to comment.