Skip to content

Commit

Permalink
Skip deploy ved merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Dec 4, 2023
1 parent 949cf16 commit a3b4dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy til dev-gcp team namespace
if: github.triggering_actor != 'dependabot[bot]'
if: github.triggering_actor != 'dependabot[bot]' || github.event_name != 'merge_group'
uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand Down

0 comments on commit a3b4dd5

Please sign in to comment.