From 4dd2300b66a2ab27ac132697ee7b3a7346a71119 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Thu, 24 Mar 2022 13:41:26 -0700 Subject: [PATCH] Prevent triage workflow from executing on forks. (#3960) This commit limits the triage workflow to only `bytecodealliance/wasmtime`. Hopefully this will prevent the labeler from adding the "do you even fuzz?" comment to PRs to wasmtime's forks. --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 708c4559aa..4da009f8b2 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,6 +16,7 @@ concurrency: jobs: triage: + if: github.repository == 'bytecodealliance/wasmtime' runs-on: ubuntu-latest steps: