Skip to content

Commit e2b71fb

Browse files
committed
Add autocancellation of the stale PR GHA jobs
1 parent cf6f7e4 commit e2b71fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-library.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: Proxy.py Library
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: >-
7+
${{
8+
github.workflow
9+
}}-${{
10+
github.event.pull_request.number || github.sha
11+
}}
12+
cancel-in-progress: true
13+
514
jobs:
615
build:
716
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)