Skip to content

Commit

Permalink
Merge pull request rapid7#19864 from jmartin-tech/fix/restrict-workfl…
Browse files Browse the repository at this point in the history
…ow-to-r7

Restrict weekly data PR tooling to rapid7 repo
  • Loading branch information
jheysel-r7 authored Feb 6, 2025
2 parents 6861b1f + 6da074e commit cddfb49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/weekly-data-and-external-tool-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
update-data-files:
runs-on: ubuntu-latest

if: github.repository_owner == 'rapid7'

env:
BUNDLE_WITHOUT: "coverage development pcap"

Expand Down Expand Up @@ -93,4 +95,4 @@ jobs:
- [ ] `run`
- [ ] **Verify** it runs w/o erroring
- [ ] `set method disk`
- [ ] **Verify** it runs w/o erroring
- [ ] **Verify** it runs w/o erroring

0 comments on commit cddfb49

Please sign in to comment.