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.
2 parents 810ae61 + 081fe35 commit 09a99dfCopy full SHA for 09a99df
1 file changed
.github/workflows/build.yaml
@@ -1,6 +1,10 @@
1
name: build
2
on: [push, pull_request_target]
3
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.ref }}
6
+ cancel-in-progress: true
7
+
8
jobs:
9
test:
10
runs-on: ubuntu-latest
0 commit comments