From ca600e1591238236747ebd2aa0a9b8cd9cc7bed4 Mon Sep 17 00:00:00 2001 From: "Peter Fichtner (pfichtner)" Date: Thu, 5 Feb 2026 21:05:33 +0100 Subject: [PATCH] run the github action on env.FORK_TESTING --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index e4ce66de..33843ae2 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' + if: github.repository_owner == 'emilybache' || env.FORK_TESTING == 'true' runs-on: ubuntu-latest permissions: issues: write