Skip to content

Commit

Permalink
disable scout write-comment for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Feb 7, 2024
1 parent 0ecbb20 commit 7046fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
ignore-unchanged: true
only-fixed: true
only-severities: critical, high
write-comment: ${{ github.actor != 'nektos/act' }}
write-comment: false
summary: ${{ github.actor != 'nektos/act' }}
github-token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ vars.DOCKERHUB_USERNAME}}
Expand Down

0 comments on commit 7046fbb

Please sign in to comment.