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 1b8ce38 commit cf92b99Copy full SHA for cf92b99
.github/workflows/main.yml
@@ -2,6 +2,11 @@ on:
2
workflow_dispatch:
3
push:
4
pull_request:
5
+
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
10
jobs:
11
build-and-test:
12
runs-on: ubuntu-latest
0 commit comments