test: triggering tests on changes and allow cancelling in-progress CI test jobs (#4743)

This commit is contained in:
Bowen Liang 2024-05-31 16:42:14 +08:00 committed by GitHub
commit 6dd0e07af8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View file

@ -6,7 +6,7 @@ on:
- main
concurrency:
group: dep-${{ github.head_ref || github.run_id }}
group: style-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: