Skip to content

Commit 95122c5

Browse files
authored
[ci] Cancel outstanding workflows when new changes are added to PRs (#571)
1 parent 76702e4 commit 95122c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22
on: [push, pull_request]
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
6+
cancel-in-progress: true
7+
48
jobs:
59
buildlibc:
610
name: Build libc

0 commit comments

Comments
 (0)