Skip to content

Commit

Permalink
enh: concurrencyを指定
Browse files Browse the repository at this point in the history
  • Loading branch information
cffnpwr committed Jun 25, 2024
1 parent 4d0ba65 commit ddd8fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ddd8fce

Please sign in to comment.