mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 01:11:08 +00:00
GitHub-action: fixed guard clause
This commit is contained in:
parent
ca600e1591
commit
fbe0aa9db6
2
.github/workflows/pr-validation.yml
vendored
2
.github/workflows/pr-validation.yml
vendored
@ -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-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Loading…
Reference in New Issue
Block a user