ci: update concurrency policy
Java CI with Maven / build-and-test (pull_request) Failing after 9m45s

This commit is contained in:
TakahashiNg
2026-04-07 14:06:12 +00:00
parent 38a7dd12e7
commit 4bc7ae3de1
+1 -1
View File
@@ -6,7 +6,7 @@ on:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: