diff --git a/.forgejo/workflows/build-keycloak.yaml b/.forgejo/workflows/build-keycloak.yaml index ea09fe5..9b72777 100644 --- a/.forgejo/workflows/build-keycloak.yaml +++ b/.forgejo/workflows/build-keycloak.yaml @@ -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 diff --git a/.forgejo/workflows/build-traefik-forward-auth.yaml b/.forgejo/workflows/build-traefik-forward-auth.yaml index 7b5c7c8..1189ace 100644 --- a/.forgejo/workflows/build-traefik-forward-auth.yaml +++ b/.forgejo/workflows/build-traefik-forward-auth.yaml @@ -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