Skip to content

Commit 4d07063

Browse files
committed
[FLINK-30353][ci] Limit concurrency
1 parent 6407aab commit 4d07063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
name: Build flink-connector-opensearch
2020
on: [push, pull_request]
21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.ref }}
23+
cancel-in-progress: true
2124
jobs:
2225
compile_and_test:
2326
uses: ./.github/workflows/ci.yml

0 commit comments

Comments
 (0)