mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-30 02:28:51 +00:00
69834c417e
Change-type: patch
17 lines
329 B
YAML
17 lines
329 B
YAML
name: Flowzone
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, closed]
|
|
branches:
|
|
- "main"
|
|
- "master"
|
|
|
|
jobs:
|
|
flowzone:
|
|
name: Flowzone
|
|
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
|
|
secrets: inherit
|
|
with:
|
|
tests_run_on: '["ubuntu-20.04","macos-latest","windows-2019"]'
|