We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087739 commit ab40df0Copy full SHA for ab40df0
.github/workflows/release-app.yml
@@ -9,6 +9,11 @@ on:
9
tags:
10
- '*'
11
12
+# Cancel in-progress jobs when pushing to the same branch.
13
+concurrency:
14
+ cancel-in-progress: true
15
+ group: ${{ github.workflow }}-${{ github.ref }}
16
+
17
jobs:
18
19
cfr:
.github/workflows/release-pypi.yml
@@ -6,6 +6,11 @@ on:
6
7
- '*.*.*'
8
build-and-publish:
name: Build & publish package to PyPI
0 commit comments