Skip to content

Commit

Permalink
Merge pull request #20 from product-os/klutchell-patch-1
Browse files Browse the repository at this point in the history
Allow custom actions on pull_request_trigger
  • Loading branch information
klutchell authored Oct 15, 2024
2 parents 4a85ede + ee2e273 commit ef3b9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
(github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
secrets: inherit
with:
restrict_custom_actions: false

0 comments on commit ef3b9d1

Please sign in to comment.