Skip to content

ci: cancel old workflows when newone is added #16

ci: cancel old workflows when newone is added

ci: cancel old workflows when newone is added #16

Workflow file for this run

name: form_flow
on:
push:
paths:
- ".github/workflows/form_flow.yaml"
- "examples/form_flow/**"
pull_request:
paths:
- ".github/workflows/form_flow.yaml"
- "examples/form_flow/**"
concurrency:
group: ${{ github.head_ref }}

Check failure on line 15 in .github/workflows/form_flow.yaml

View workflow run for this annotation

GitHub Actions / form_flow

Invalid workflow file

The workflow is not valid. .github/workflows/form_flow.yaml (Line: 15, Col: 10): Unexpected value ''
cancel-in-progress: true
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: "stable"
flutter_version: "3.10.5"
working_directory: "examples/form_flow"