We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93381cd commit 035709cCopy full SHA for 035709c
.github/workflows/test.yml
@@ -13,6 +13,10 @@ jobs:
13
name: >-
14
${{matrix.os}}, ${{matrix.ruby}}
15
16
+ concurrency:
17
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{matrix.os}}-${{matrix.ruby}}-libev
18
+ cancel-in-progress: true
19
+
20
runs-on: ${{matrix.os}}
21
22
env:
.github/workflows/test_io_uring.yml
@@ -13,7 +13,12 @@ jobs:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{matrix.os}}-${{matrix.ruby}}-io_uring
steps:
23
- name: Checkout repository and submodules
24
uses: actions/checkout@v4
0 commit comments