mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 01:11:08 +00:00
run the github action on env.FORK_TESTING
This commit is contained in:
parent
e9eb09ed9b
commit
ca600e1591
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'
|
# we could check owner and name if: github.repository == 'emilybache/GildedRose-Refactoring-Kata'
|
||||||
# but checking owner is enough/better/more stable
|
# but checking owner is enough/better/more stable
|
||||||
# Only run from the base repository
|
# Only run from the base repository
|
||||||
if: github.repository_owner == 'emilybache'
|
if: github.repository_owner == 'emilybache' || env.FORK_TESTING == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user