Skip to content

Commit ea98e1c

Browse files
committed
workflows/pr-subscriber: Limit action to llvm/llvm-project repo
1 parent 8a79af6 commit ea98e1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-subscriber.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
auto-subscribe:
1313
runs-on: ubuntu-latest
14+
if: github.repository == 'llvm/llvm-project'
1415
steps:
1516
- name: Setup Automation Script
1617
run: |

0 commit comments

Comments
 (0)