diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 30f2ab5a..de83f025 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -9,7 +9,7 @@ jobs: # we could check owner and name if: github.repository == 'emilybache/GildedRose-Refactoring-Kata' # but checking owner is enough/better/more stable # Only run from the base repository - if: github.repository_owner == 'emilybache' || env.FORK_TESTING == 'true' + if: ${{ github.repository_owner == 'emilybache' || env.FORK_TESTING == 'true' }} runs-on: ubuntu-slim permissions: issues: write