chore(ci-pipeline): add concurrency settings to optimize job execution

This commit is contained in:
Shintaro Jokagi 2025-05-28 13:47:41 +12:00
parent 6137c66370
commit ceef83d609
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8

View file

@ -3,6 +3,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ci-pipeline-${{ github.head_ref }}
cancel-in-progress: true
jobs:
setup:
runs-on: ubuntu-latest