Skip to content

Commit

Permalink
ci: set concurrency (#27493)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Oct 5, 2024
1 parent 475eda2 commit 01ac63b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: test
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}--${{ github.ref }}
cancel-in-progress: true
permissions: {}
env:
AQUA_LOG_COLOR: always
Expand Down

0 comments on commit 01ac63b

Please sign in to comment.