Skip to content

Commit 8ff3bba

Browse files
committed
ci: skip custom CodeQL on pull requests
1 parent a4b99a3 commit 8ff3bba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14+
if: github.event_name != 'pull_request'
1415
runs-on: ubuntu-latest
1516
permissions:
1617
actions: read

0 commit comments

Comments
 (0)