We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d22c7d commit 1f90418Copy full SHA for 1f90418
1 file changed
.github/workflows/make-based-ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [ "main" ]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
poetry-checks:
15
runs-on: ubuntu-latest
0 commit comments