Skip to content

use new release

use new release #20

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@master
# prevent duplicate workflow executions for pull_request and pull_request_target
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
with:
# FIXME: https://github.com/cloudflare/cfssl/issues/1287
# balena/ca-private-aarch64
balena_slugs: |
balena/ca-private-amd64
docker_images: |
balena/ca-private,
ghcr.io/balena-io/ca-private
required_status_checks: >

Check failure on line 33 in .github/workflows/flowzone.yml

View workflow run for this annotation

GitHub Actions / Flowzone

Invalid workflow file

The workflow is not valid. .github/workflows/flowzone.yml (Line: 33, Col: 31): Invalid input, required_status_checks is not defined in the referenced workflow.
[
"Flowzone / All tests",
"Flowzone / All jobs"
]