Skip to content

Commit

Permalink
Ignore publishing results on dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Mar 13, 2024
1 parent 418f79b commit 4b6152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if-no-files-found: error

publish-test-results:
if: github.event_name != 'release'
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name != 'release' }}
name: "Publish Tests Results"
needs: [ test ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b6152d

Please sign in to comment.