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 087e7ec commit 3c46acdCopy full SHA for 3c46acd
.github/workflows/ci.yaml
@@ -4,6 +4,12 @@ on:
4
push:
5
branches:
6
- master
7
+
8
+concurrency:
9
+ # Cancel previous workflow run when a new commit is pushed to a feature branch
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
12
13
env:
14
PY_COLORS: 1
15
.github/workflows/lint.yml
@@ -6,6 +6,11 @@ on:
PYTHON_VERSION: 3.9
16
0 commit comments