Skip to content

Commit

Permalink
Cancel Github Actions workflow in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Sep 16, 2024
1 parent 93381cd commit 035709c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
name: >-
${{matrix.os}}, ${{matrix.ruby}}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{matrix.os}}-${{matrix.ruby}}-libev
cancel-in-progress: true

runs-on: ${{matrix.os}}

env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test_io_uring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
name: >-
${{matrix.os}}, ${{matrix.ruby}}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{matrix.os}}-${{matrix.ruby}}-io_uring
cancel-in-progress: true

runs-on: ${{matrix.os}}

steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
Expand Down

0 comments on commit 035709c

Please sign in to comment.