There was an error while loading. Please reload this page.
1 parent ba0ddfb commit 33db443Copy full SHA for 33db443
1 file changed
.github/workflows/build-test.yml
@@ -8,6 +8,10 @@ on:
8
paths-ignore:
9
- '**.md'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
build:
17
runs-on: ubuntu-latest
0 commit comments