We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317c6a commit ed2abb4Copy full SHA for ed2abb4
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
workflow_dispatch:
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
0 commit comments