Skip to content

Commit

Permalink
Run 'triage' workflow on original repo only (#1672)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <ivan.sim@kasten.io>
  • Loading branch information
ihcsim committed Oct 12, 2022
1 parent c584f22 commit 655c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 655c5c3

Please sign in to comment.