From 736afc8d0d2e17aba4213076f38135558ab80c56 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 3 Feb 2025 22:57:36 -0800 Subject: [PATCH] post-rollout: fix needs --- .forgejo/workflows/build-keycloak.yaml | 2 +- .forgejo/workflows/build-traefik-forward-auth.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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