Skip to content

Commit efdbd24

Browse files
authored
Merge pull request #265 from ydb-platform/stop-stale-runners
stop stale workers
2 parents 7a7141d + 2ad38b6 commit efdbd24

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/slo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
test-slo:
1212
concurrency:
1313
group: slo-${{ github.ref }}
14+
cancel-in-progress: true
1415
if: (!contains(github.event.pull_request.labels.*.name, 'no slo'))
1516

1617
runs-on: ubuntu-latest

.github/workflows/sumplelinter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches: [ main ]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
permissions:
913
contents: read
1014

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches: [ main ]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
permissions:
913
contents: read
1014

0 commit comments

Comments
 (0)