add concurrency

This commit is contained in:
neil
2022-08-18 20:30:11 +08:00
parent 33cadfb97d
commit 70351677a1
13 changed files with 68 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ on:
- '.github/workflows/Windows.yml'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
Windows:
strategy: