We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d22c7d + 1f90418 commit 669a039Copy full SHA for 669a039
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