From 655c5c3364ac531f62806b309f364630e292de48 Mon Sep 17 00:00:00 2001 From: Ivan Sim <1330522+ihcsim@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:57:14 -0700 Subject: [PATCH] Run 'triage' workflow on original repo only (#1672) Signed-off-by: Ivan Sim --- .github/workflows/triage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 2a6ace1902..9d887bcef8 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -34,7 +34,7 @@ jobs: project: Kanister column: To Be Triaged pull-requests: - if: github.repository == 'kanisterio/kanister' && github.event_name == 'pull_request' + if: github.repository == 'kanisterio/kanister' && github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork permissions: pull-requests: write runs-on: ubuntu-latest