From 952b173a04bacd20fbce370443eeb9c43a319194 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 26 Nov 2023 20:34:12 -0800 Subject: [PATCH] ci: Fix syntax of previous commit --- .github/workflows/per_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/per_commit.yml b/.github/workflows/per_commit.yml index e9aa82566..1f298afd2 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: