run the github action on env.FORK_TESTING

This commit is contained in:
Peter Fichtner (pfichtner) 2026-02-05 21:05:33 +01:00
parent e9eb09ed9b
commit ca600e1591

View File

@ -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'
if: github.repository_owner == 'emilybache' || env.FORK_TESTING == 'true'
runs-on: ubuntu-latest
permissions:
issues: write