From 860a59ca37132dd9c365aad94113bfb068c71006 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Sat, 8 Jun 2024 17:24:26 +0200 Subject: [PATCH] Mikkel tester 1724 --- .github/workflows/lagoon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lagoon.yml b/.github/workflows/lagoon.yml index d5866e176..5d0739aec 100644 --- a/.github/workflows/lagoon.yml +++ b/.github/workflows/lagoon.yml @@ -57,7 +57,7 @@ jobs: name: Check environment runs-on: ubuntu-latest if: ${{ github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize' }} - needs: [BranchNameLength] + needs: [BranchNameLength, CheckPrAuthor] permissions: # Give the default GITHUB_TOKEN permission to create and update deployments deployments: write @@ -142,7 +142,7 @@ jobs: InformLagoon: name: Send synthetic event to Lagoon runs-on: ubuntu-latest - needs: [BranchNameLength] + needs: [BranchNameLength, CheckPrAuthor] steps: - name: Send pull request event uses: distributhor/workflow-webhook@v3