Skip to content

Commit

Permalink
fix: add repo owner condition to repository dispatch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Oct 2, 2024
1 parent 40a2fec commit 6b23de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/send_repository_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
send-repository-dispatch:
runs-on: ubuntu-latest

if: github.repository_owner == 'Starfield-Reverse-Engineering'

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
Expand Down

0 comments on commit 6b23de9

Please sign in to comment.