Skip to content

Match input env var BALENARC_BALENA_URL #595

Match input env var BALENARC_BALENA_URL

Match input env var BALENARC_BALENA_URL #595

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
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'
)
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
docker_images: |
balena/autohat,
ghcr.io/balena-io/autohat
docker_runs_on: >
{
"linux/amd64": ["self-hosted","X64"],
"linux/arm64": ["self-hosted","ARM64"]
}