mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
👷 [MAINT] - Use concurrency in GH actions
This commit is contained in:
4
.github/workflows/docker-amd64.yml
vendored
4
.github/workflows/docker-amd64.yml
vendored
@@ -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
|
||||
|
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user