We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb29d59 commit 7eaec49Copy full SHA for 7eaec49
.github/workflows/build.yml
@@ -9,6 +9,9 @@ on:
9
pull_request:
10
env:
11
BINARYEN_TOOLS: wasm-shell wasm-opt wasm-metadce wasm2js wasm-as wasm-dis wasm-ctor-eval wasm-reduce wasm-merge
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14
+ cancel-in-progress: true
15
jobs:
16
build:
17
name: "Build with Emsdk:${{ matrix.emsdk }}"
@@ -56,7 +59,7 @@ jobs:
56
59
# If not a PR, undo detached head
57
60
git checkout "${GITHUB_REF:11}"
58
61
fi
- git submodule update --init --remote --recursive
62
+ git submodule update --init --remote --recursive --depth 1
63
cd ./binaryen
64
git log -n1
65
cd ..
0 commit comments