We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8710e67 commit bca743bCopy full SHA for bca743b
.github/workflows/integrationtest.yml
@@ -11,6 +11,10 @@ name: "Integration Test"
11
# Run on every push (tag, branch) and pull_request
12
on: [ pull_request, push, merge_group ]
13
14
+concurrency:
15
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress: true
17
+
18
env:
19
CARGO_TERM_COLOR: always
20
.github/workflows/qa.yml
@@ -2,6 +2,10 @@ name: QA
2
3
on: [pull_request, push, merge_group]
4
5
6
7
8
9
jobs:
10
spellcheck:
name: Spellcheck
0 commit comments