fix concurrency

This commit is contained in:
neil
2022-08-23 22:15:50 +08:00
parent e3d1ab52f8
commit b888792940
13 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ on:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true