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 8540821 commit 161bfbaCopy full SHA for 161bfba
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,11 @@
1
on: [push, pull_request]
2
3
+# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6
+ cancel-in-progress: true
7
+
8
9
name: CI
10
11
jobs:
@@ -40,4 +46,4 @@ jobs:
40
46
41
47
- name: Test wasm32-wasip1 build for wasm-pkg-common
42
48
if: matrix.test_wasm_build
43
- run: cargo build -p wasm-pkg-common --target wasm32-wasip1
49
+ run: cargo build -p wasm-pkg-common --target wasm32-wasip1
0 commit comments