diff --git a/.github/workflows/per_commit.yml b/.github/workflows/per_commit.yml index e9aa825661f..1f298afd243 100644 --- a/.github/workflows/per_commit.yml +++ b/.github/workflows/per_commit.yml @@ -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: