mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
e566badfff
Change-type: patch
17 lines
325 B
YAML
17 lines
325 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-11","windows-2019"]'
|