ci: Disable CodeQL test for ns-3 forks

This commit is contained in:
Tom Henderson
2023-11-24 13:11:32 -08:00
parent 50979b2a90
commit 1d78236695

View File

@@ -50,7 +50,7 @@ jobs:
CodeQL:
runs-on: ubuntu-latest
needs: Ubuntu
if: needs.Ubuntu.outputs.cache_misses != '0'
if: ${{ (needs.Ubuntu.outputs.cache_misses != '0') && (github.repository == nsnam/ns-3-dev-git) }}
strategy:
fail-fast: false
steps: