post-rollout: fix needs
This commit is contained in:
parent
456ded4b58
commit
736afc8d0d
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: git.janky.solutions/jankysolutions/infra/deployer:latest
|
||||
needs: [build-synapse]
|
||||
needs: [build-keycloak]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: roll out update
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: git.janky.solutions/jankysolutions/infra/deployer:latest
|
||||
needs: [build-synapse]
|
||||
needs: [build-traefik-forward-auth]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: roll out update
|
||||
|
|
Loading…
Add table
Reference in a new issue