add configurable (10min default) timeouts to all workflows #287
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: YAML Checks | ||
| on: | ||
| pull_request: | ||
| branches: ["*"] | ||
| push: | ||
| branches: | ||
| - main | ||
| - dev | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| yaml-checks: | ||
| name: YAML Checks | ||
| uses: ./.github/workflows/_checks-yaml.yaml | ||
|
Check failure on line 18 in .github/workflows/check-yaml.yaml
|
||
| with: | ||
| make_command: yaml-checks | ||