ci: Fix syntax of previous commit

Tom Henderson 2023-11-26 20:34:12 -08:00
parent 1d78236695
commit 952b173a04
1 changed files with 1 additions and 1 deletions

View File

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