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 9c3956a commit 8c7bbf4Copy full SHA for 8c7bbf4
.github/workflows/build-tests.yml
@@ -16,9 +16,10 @@ jobs:
16
os: ["ubuntu-24.04"]
17
python-version:
18
- "3.10"
19
- - "3.11"
20
- - "3.12"
21
- - "3.13"
+ # No need to run with many Py versions - as long as one is passing, we should be OK
+ # - "3.11"
+ # - "3.12"
22
+ # - "3.13"
23
24
steps:
25
- name: Checkout repository and submodules
@@ -40,7 +41,7 @@ jobs:
40
41
needs:
42
- run-py-tests
43
runs-on: ubuntu-24.04
- if: (github.repository != 'Exabyte-io/template-definitions-js-py') && (github.ref_name == 'master')
44
+ if: (github.ref_name == 'main')
45
46
47
- name: Checkout this repository
0 commit comments