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.
This commit is contained in:
Peter Huene
2022-03-24 13:41:26 -07:00
committed by GitHub
parent 65b443ad23
commit 4dd2300b66

View File

@@ -16,6 +16,7 @@ concurrency:
jobs: jobs:
triage: triage:
if: github.repository == 'bytecodealliance/wasmtime'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: