Skip to content

skip concurrency setup to unblock myself #451

skip concurrency setup to unblock myself

skip concurrency setup to unblock myself #451

Workflow file for this run

name: CI
concurrency:
#group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}
cancel-in-progress: true

Check failure on line 5 in .github/workflows/ci-gh.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci-gh.yml (Line: 5, Col: 3): Required property is missing: group
on:
push:
branches:
- "pull-request/[0-9]+"
- "main"
jobs:
ci:
uses:
./.github/workflows/gh-build-and-test.yml
secrets: inherit