Skip to content

Commit 035709c

Browse files
Cancel Github Actions workflow in progress
1 parent 93381cd commit 035709c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
name: >-
1414
${{matrix.os}}, ${{matrix.ruby}}
1515
16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{matrix.os}}-${{matrix.ruby}}-libev
18+
cancel-in-progress: true
19+
1620
runs-on: ${{matrix.os}}
1721

1822
env:

.github/workflows/test_io_uring.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ jobs:
1313
name: >-
1414
${{matrix.os}}, ${{matrix.ruby}}
1515
16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{matrix.os}}-${{matrix.ruby}}-io_uring
18+
cancel-in-progress: true
19+
1620
runs-on: ${{matrix.os}}
21+
1722
steps:
1823
- name: Checkout repository and submodules
1924
uses: actions/checkout@v4

0 commit comments

Comments
 (0)