add concurrency setting to workflows

it helps minimize github action views and stop outdated jobs
This commit is contained in:
Maycon Santos
2023-04-07 18:41:05 +02:00
parent 9158a4653a
commit 23b92e2615
8 changed files with 28 additions and 3 deletions

View File

@@ -8,9 +8,11 @@ on:
env:
downloadPath: '${{ github.workspace }}\temp'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.actor_id }}
cancel-in-progress: true
jobs:
test:
runs-on: windows-latest
steps: