Skip to content

Commit

Permalink
Update flowzone
Browse files Browse the repository at this point in the history
  • Loading branch information
pipex committed Mar 5, 2025
1 parent 90b9d13 commit 7112b29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
push:
tags:
- '*.*.*'

jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@6875845ba747463fd80d428600e9e51303e410df # v17.4.39
uses: product-os/flowzone/.github/workflows/flowzone.yml@ae54b290afa025d3420ba59001f333c2801b4944 # v19.9.32
# prevent duplicate workflow executions for pull_request and pull_request_target
if: |
(
Expand All @@ -21,6 +23,8 @@ jobs:
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
) || (
github.event_name == 'push'
)
secrets:
Expand Down

0 comments on commit 7112b29

Please sign in to comment.