Skip to content

Commit

Permalink
Experiment with concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tombreit committed Dec 30, 2024
1 parent 2e579ab commit abf7264
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# SPDX-License-Identifier: MIT

name: Deploy Python Package to PyPI

concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

on:
push:
tags:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Automated CalVer Tagging

concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down

0 comments on commit abf7264

Please sign in to comment.