Skip to content

Commit

Permalink
Fikser trigger for deploy av dependabot i build-and-deploy-preprod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil authored Jan 2, 2024
1 parent 2a103db commit 641c456
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]' || github.event_name != 'merge_group')
if: (github.triggering_actor != 'dependabot[bot]' && github.event_name != 'merge_group')
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand Down

0 comments on commit 641c456

Please sign in to comment.