Skip to content

Commit 1078c46

Browse files
committed
ci: Only run PR triage on main repo
I keep getting notifications from GitHub that this is failing to run on my fork.
1 parent 4b4effa commit 1078c46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/triage_board.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions: {}
1010

1111
jobs:
1212
pr-triage:
13+
if: github.repository == 'matplotlib/matplotlib'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Update PR Triage Board

0 commit comments

Comments
 (0)