Skip to content

Commit

Permalink
Endrer dependabot sjekk
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Sep 6, 2024
1 parent fbc1b5f commit a10620e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: nais/docker-build-push@v0
id: docker-push
if: github.triggering_actor != 'dependabot[bot]'
if: github.event.pull_request.user.login != 'dependabot[bot]'
with:
team: teamfamilie
push_image: true
Expand All @@ -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.event.pull_request.user.login != 'dependabot[bot]' && github.event_name != 'merge_group')
uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
Expand Down

0 comments on commit a10620e

Please sign in to comment.