Skip to content

Commit 71b5336

Browse files
added cancel-in-progress
1 parent 42dd737 commit 71b5336

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Wheels
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
workflow_dispatch:
59
release:

.github/workflows/static_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Simple workflow for deploying static content to GitHub Pages
22
name: Deploy static content to Pages
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
48
on:
59
# Runs on pushes targeting the default branch
610
push:

0 commit comments

Comments
 (0)