We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e586c66 commit f4c8019Copy full SHA for f4c8019
.github/workflows/ci.yml
@@ -10,6 +10,12 @@ on:
10
- main
11
- release-*
12
13
+concurrency:
14
+ # For pull requests, cancel all currently-running jobs for this workflow
15
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
16
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17
+ cancel-in-progress: true
18
+
19
jobs:
20
infra:
21
name: Lint
0 commit comments