Skip to content

Commit

Permalink
Mikkel tester 1724
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jun 8, 2024
1 parent 4815f30 commit 860a59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 860a59c

Please sign in to comment.