Skip to content

Update Pin product-os/flowzone action to 4217885 - autoclosed #77

Update Pin product-os/flowzone action to 4217885 - autoclosed

Update Pin product-os/flowzone action to 4217885 - autoclosed #77

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@421788500f11b4eb0dadb49c05f06f8d2e545aef # master
if: |
(
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