We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d58edb commit 1d8fae4Copy full SHA for 1d8fae4
1 file changed
.github/workflows/csv-coverage-update.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
update:
10
name: Update framework coverage report
11
- if: github.event.repository.fork == false
+ if: github.repository == 'github/codeql'
12
runs-on: ubuntu-latest
13
14
steps:
0 commit comments