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 2060105 commit 9fa26ddCopy full SHA for 9fa26dd
.github/workflows/wheel_tests_continuous.yml
@@ -20,6 +20,9 @@ name: CI - Wheel Tests (Continuous)
20
on:
21
schedule:
22
- cron: "0 */2 * * *" # Run once every 2 hours
23
+ pull_request:
24
+ branches:
25
+ - main
26
27
concurrency:
28
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
@@ -112,8 +115,4 @@ jobs:
112
115
runner: ${{ matrix.runner }}
113
116
python: ${{ matrix.python }}
114
117
enable-x64: ${{ matrix.enable-x64 }}
-<<<<<<< HEAD
118
gcs_download_uri: ${{ needs.build_jaxlib_artifact.outputs.gcs_upload_uri }}
-=======
- gcs_download_uri: 'gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}'
119
->>>>>>> 14246134e7f2ec1ae4eaba8a70315a0fc2e73cd4
0 commit comments