fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #227 from hey-api/chore/use-concurrency-in-ci

chore(ci): use concurrency

authored by

Jordan Shatford and committed by
GitHub
76f0f5eb 1370e1d4

+12
+4
.github/workflows/ci.yml
··· 7 7 pull_request: 8 8 workflow_dispatch: 9 9 10 + concurrency: 11 + group: ${{ github.workflow }}=${{ github.head_ref }} 12 + cancel-in-progress: true 13 + 10 14 jobs: 11 15 ci: 12 16 name: Build, Lint, Test
+4
.github/workflows/codeql.yml
··· 8 8 schedule: 9 9 - cron: "44 20 * * 3" 10 10 11 + concurrency: 12 + group: ${{ github.workflow }}=${{ github.head_ref }} 13 + cancel-in-progress: true 14 + 11 15 jobs: 12 16 analyze: 13 17 name: Analyze
+4
.github/workflows/coverage.yml
··· 6 6 - main 7 7 pull_request: 8 8 9 + concurrency: 10 + group: ${{ github.workflow }}=${{ github.head_ref }} 11 + cancel-in-progress: true 12 + 9 13 jobs: 10 14 upload: 11 15 name: Upload