Should run this and cancel previous CI

This commit is contained in:
Billy Chan 2022-09-26 00:27:39 +08:00
parent f3b7febc2e
commit 207e2df484
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -55,10 +55,11 @@ on:
push:
branches:
- master
- 0.2.x
- 0.*.x
- pr/**/ci
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true
env: