Skip to content

pin device to release #130

pin device to release

pin device to release #130

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:
repo_config: true
repo_description: "balenaCloud end-to-end tests (autohat)."
docker_images: balena/autohat
docker_runs_on: >
{
"linux/amd64": ["self-hosted","distro:jammy","platform:linux/amd64"],
"linux/arm64": ["self-hosted","distro:jammy","platform:linux/arm64"]
}