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

@@ -12,7 +12,7 @@ on:
- '.github/workflows/DNS.yml'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: