@@ -11,6 +11,10 @@ name: "Integration Test"
# Run on every push (tag, branch) and pull_request
on: [ pull_request, push, merge_group ]
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
+
env:
CARGO_TERM_COLOR: always
@@ -2,6 +2,10 @@ name: QA
on: [pull_request, push, merge_group]
jobs:
spellcheck:
name: Spellcheck