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:
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
@@ -16,6 +16,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
if: github.repository == 'bytecodealliance/wasmtime'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user