Skip to content

Commit 8c82133

Browse files
author
Tsotne Tabidze
committed
Add concurrency limit for pr-integration-tests
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
1 parent c239037 commit 8c82133

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- synchronize
88
- labeled
99

10+
concurrency:
11+
group: pr-integration-tests-${{ github.event.pull_request.number }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
build-docker-image:
1216
# all jobs MUST have this if check for 'ok-to-test' or 'approved' for security purposes.

0 commit comments

Comments
 (0)