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 a042139 commit ed204ccCopy full SHA for ed204cc
2 files changed
.github/workflows/ci.yml
@@ -12,6 +12,10 @@ on:
12
types: [checks_requested]
13
workflow_call:
14
15
+concurrency:
16
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
17
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
18
+
19
jobs:
20
lint-and-build:
21
runs-on: ubuntu-22.04
.github/workflows/semantic.yml
@@ -7,6 +7,10 @@ on:
7
- edited
8
- synchronize
9
10
11
+ cancel-in-progress: true
permissions:
contents: read
0 commit comments