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 23d0f20 commit 2212872Copy full SHA for 2212872
.github/workflows/build.yml
@@ -1,4 +1,5 @@
1
name: 'Build'
2
+
3
on:
4
pull_request:
5
push:
@@ -8,6 +9,10 @@ on:
8
9
branches:
10
- master
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
16
jobs:
17
dist:
18
runs-on: [ubuntu-latest]
.github/workflows/test.yml
name: 'CI'
build:
runs-on: ${{ matrix.os }}
0 commit comments