Skip to content

Commit

Permalink
CI concurrency config
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Apr 10, 2024
1 parent 28c5430 commit 1714661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-v4-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ env:
IS_CI: true
GRADLE_OPTS: "-Dfile.encoding=UTF-8"

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

jobs:
build-v4-test:
name: Build and test
Expand Down

0 comments on commit 1714661

Please sign in to comment.