Skip to content

Commit 05b9179

Browse files
authored
ci: Only run PR triage on main repo (matplotlib#31565)
I keep getting notifications from GitHub that this is failing to run on my fork.
1 parent 4b4effa commit 05b9179

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)