Skip to content

Commit cddfb49

Browse files
authored
Merge pull request rapid7#19864 from jmartin-tech/fix/restrict-workflow-to-r7
Restrict weekly data PR tooling to rapid7 repo
2 parents 6861b1f + 6da074e commit cddfb49

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)