Skip to content

Commit d3cc17f

Browse files
authored
try some concurrency management
1 parent afa2fb7 commit d3cc17f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
inputs:
66
packageVersion:
77
default: "2.10.0"
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
813
jobs:
914
#
1015
# PostgresML extension.

0 commit comments

Comments
 (0)