Fix missing needs clause
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d658103530
commit
f4f78af477
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
|
|
||||||
check:
|
check:
|
||||||
name: Post release checks
|
name: Post release checks
|
||||||
|
needs: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for dockerhub
|
- name: Wait for dockerhub
|
||||||
|
|
Loading…
Reference in a new issue