summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/checks.yml)4
-rw-r--r--.github/workflows/github-release.yml2
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/ci.yml
index 1d0554a..139c56a 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,10 @@ on:
branches:
- main
+concurrency:
+ group: ci-${{ github.ref }}-1
+ cancel-in-progress: true
+
jobs:
checks:
runs-on: "ubuntu-latest"
diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml
index 0c86ec8..e5e40c9 100644
--- a/.github/workflows/github-release.yml
+++ b/.github/workflows/github-release.yml
@@ -10,5 +10,5 @@ jobs:
uses: ./.github/workflows/publish-release.yml
secrets: inherit # pass all secrets (required to access secrets in a called workflow)
with:
- pypi_target: "test.pypi.org"
+ pypi_target: "pypi.org"
repo_release_ref: ${{ github.ref_name }}