Skip to content

Commit

Permalink
fix: do not crud issues when triggered with pr
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Oct 23, 2024
1 parent f1912df commit a32a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Vulnerability-Scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- test-vulnerabilities
env:
GITHUB_TOKEN: ${{ secrets.ROCKSBOT_TOKEN }}
if: ${{ !cancelled() }}
if: ${{ !cancelled() && github.event_name != 'pull_request' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a32a573

Please # to comment.