Only leave CSV coverage updater job enabled on github/codeql

This commit is contained in:
Tamas Vajk
2021-09-13 16:15:21 +02:00
parent 5d58edb3b9
commit 1d8fae44cc

View File

@@ -8,7 +8,7 @@ on:
jobs:
update:
name: Update framework coverage report
if: github.event.repository.fork == false
if: github.repository == 'github/codeql'
runs-on: ubuntu-latest
steps: