Skip to content

Commit

Permalink
Modify concurrency.group
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 23, 2023
1 parent 095a476 commit 2847eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
lint:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-lint
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref_name }}-lint
cancel-in-progress: true
timeout-minutes: 20
container:
Expand All @@ -61,7 +61,7 @@ jobs:
unit-test:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-ut-${{ matrix.os }}-${{ matrix.python-version }}
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref_name }}-ut-${{ matrix.os }}-${{ matrix.python-version }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-coverage
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref_name }}-coverage
cancel-in-progress: true
timeout-minutes: 20

Expand Down

0 comments on commit 2847eda

Please sign in to comment.