Skip to content

Commit

Permalink
ci: Disable CodeQL test for ns-3 forks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhenderson committed Nov 27, 2023
1 parent 50979b2 commit 1d78236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/per_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d78236

Please sign in to comment.