👷 [MAINT] - Use concurrency in GH actions

This commit is contained in:
Tania Allard
2022-02-24 13:20:53 +00:00
parent 335cd384d1
commit a4ba8c9533
2 changed files with 8 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ on:
- "requirements-dev.txt"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test-amd64-images:
name: Build and test amd64 Docker Images

View File

@@ -43,6 +43,10 @@ on:
- "requirements-dev.txt"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test-publish-images:
name: Build, test, and publish Docker Images