We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed71710 commit f1c9302Copy full SHA for f1c9302
.github/workflows/packing.yml
@@ -6,6 +6,10 @@ on:
6
pull_request_target:
7
types: [labeled]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
pack_pip:
15
# We want to run on external PRs, but not on our own internal
.github/workflows/testing.yml
run_tests_ce_linux:
0 commit comments