Skip to content

Commit

Permalink
autocancel stale CI runs (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Sep 29, 2022
1 parent 9bec51e commit e2e9c85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/CI-future.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: CI-future
concurrency:
group: ${{ github.head_ref }}.ci_future
cancel-in-progress: true
on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/CI-stable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: CI-stable
concurrency:
group: ${{ github.head_ref }}.ci
cancel-in-progress: true
on:
pull_request:
branches:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Documentation

concurrency:
group: ${{ github.head_ref }}.docs
cancel-in-progress: true
on:
push:
branches:
Expand Down

0 comments on commit e2e9c85

Please sign in to comment.