Skip to content

Commit

Permalink
Skip sonarcloud and deploy-container tasks that require secrets for d…
Browse files Browse the repository at this point in the history
…ependabot pull requests
  • Loading branch information
rce committed Dec 16, 2024
1 parent f269494 commit aac3270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
name: rekisterointi-jar
path: target/rekisterointi.jar
sonarcloud:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
path: rekisterointi-ui/playwright-results
retention-days: 10
deploy-container:
if: ${{ github.actor != 'dependabot[bot]' }}
needs: [build, test]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit aac3270

Please sign in to comment.