post-rollout: fix needs
All checks were successful
/ build-keycloak (push) Successful in 17s
/ build-traefik-forward-auth (push) Successful in 15s
/ roll out update (push) Successful in 3s

This commit is contained in:
Finn 2025-02-03 22:57:36 -08:00
parent 456ded4b58
commit 736afc8d0d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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