Automatically cancel outdated CI runs on PR

This commit is contained in:
Taiki Endo
2023-03-12 00:18:04 +09:00
parent 13917065c4
commit e7a47b23f5

View File

@@ -26,6 +26,10 @@ defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
tidy:
uses: taiki-e/workflows/.github/workflows/tidy.yml@main