Skip to content

Commit fb0aa31

Browse files
committed
fix: keep codeql workflow compatible with default setup
1 parent 77d42cc commit fb0aa31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
14+
if: github.event_name != 'pull_request'
1515
runs-on: ubuntu-latest
1616
permissions:
1717
actions: read

0 commit comments

Comments
 (0)