ci: Fix syntax of previous commit
This commit is contained in:
2
.github/workflows/per_commit.yml
vendored
2
.github/workflows/per_commit.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user