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 d39d12d commit 16ac05c
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 @@ -28,7 +28,7 @@ jobs:
run: mvn -B --no-transfer-progress package verify --settings .m2/maven-settings.xml --file pom.xml
- 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 @@ -41,7 +41,7 @@ jobs:
image: ${{ steps.docker-push.outputs.image }}
deploy:
name: Deploy to FSS
if: github.triggering_actor != 'dependabot[bot]'
if: github.event.pull_request.user.login != 'dependabot[bot]'
needs: build
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 16ac05c

Please sign in to comment.