mirror of https://github.com/vector-im/riot-web
Fix missing needs clause
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/26959/head
parent
d658103530
commit
f4f78af477
|
@ -27,6 +27,7 @@ jobs:
|
|||
|
||||
check:
|
||||
name: Post release checks
|
||||
needs: release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Wait for dockerhub
|
||||
|
|
Loading…
Reference in New Issue