Skip to content

Commit 6da074e

Browse files
committed
Restrict weekly PR tooling to rapid7 repo
1 parent deef85d commit 6da074e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/weekly-data-and-external-tool-updater.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
update-data-files:
2727
runs-on: ubuntu-latest
2828

29+
if: github.repository_owner == 'rapid7'
30+
2931
env:
3032
BUNDLE_WITHOUT: "coverage development pcap"
3133

@@ -93,4 +95,4 @@ jobs:
9395
- [ ] `run`
9496
- [ ] **Verify** it runs w/o erroring
9597
- [ ] `set method disk`
96-
- [ ] **Verify** it runs w/o erroring
98+
- [ ] **Verify** it runs w/o erroring

0 commit comments

Comments
 (0)