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.
2 parents 735be14 + 7f42e7b commit 5699113Copy full SHA for 5699113
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ on:
13
# Daily at 05:47
14
- cron: '47 5 * * *'
15
16
+concurrency:
17
+ group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}
18
+ cancel-in-progress: true
19
+
20
env:
21
PIP_NO_PYTHON_VERSION_WARNING: 1
22
0 commit comments