We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6259cfe commit 9f45542Copy full SHA for 9f45542
.github/workflows/wheel_tests_continuous.yml
@@ -22,6 +22,10 @@ permissions:
22
contents: read
23
24
on:
25
+ # Add a pull request for testing
26
+ pull_request:
27
+ branches:
28
+ - main
29
schedule:
30
- cron: "0 */3 * * *" # Run once every 3 hours
31
workflow_dispatch: # allows triggering the workflow run manually
@@ -145,7 +149,7 @@ jobs:
145
149
strategy:
146
150
fail-fast: false # don't cancel all jobs on failure
147
151
matrix:
148
- runner: ["linux-x86-n2-16", "linux-arm64-t2a-48"]
152
+ runner: ["linux-x86-n2-16", "linux-arm64-c4a-64"]
153
python: ["3.10",]
154
enable-x64: [1, 0]
155
name: "Bazel CPU tests with ${{ format('{0}', 'py_import') }}"
0 commit comments