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 5d2477b commit 5dab4aeCopy full SHA for 5dab4ae
.github/workflows/ci-manifest.yml
@@ -7,10 +7,6 @@ name: ci-manifest
7
on:
8
workflow_call:
9
10
-concurrency:
11
- group: ${{ github.workflow }}-${{ github.ref }}
12
- cancel-in-progress: true
13
-
14
jobs:
15
manifest:
16
name: "check-manifest"
.github/workflows/refresh-lockfiles.yml
@@ -13,13 +13,8 @@ name: Refresh Lockfiles
- workflow_dispatch:
17
18
19
20
21
22
23
24
get_python_matrix:
25
# Determines which Python versions should be included in the matrix used in
0 commit comments