Skip to content

Commit

Permalink
Bytter dependabot sjekk til github.event.pull_request.user.login != '…
Browse files Browse the repository at this point in the history
…dependabot[bot]'
  • Loading branch information
stigebil committed Sep 6, 2024
1 parent 6b0c69e commit 2a4fb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew test build cyclonedxBom
- 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 @@ -37,7 +37,7 @@ jobs:
byosbom: build/reports/application.cdx.json
- name: Deploy to dev-fss
uses: nais/deploy/actions/deploy@v2
if: github.triggering_actor != 'dependabot[bot]'
if: github.event.pull_request.user.login != 'dependabot[bot]'
env:
CLUSTER: dev-fss
RESOURCE: nais/dev-fss.yml
Expand Down

0 comments on commit 2a4fb00

Please sign in to comment.