Skip to content

Commit 9fa26dd

Browse files
committed
make continuous wokrkflow run on presubmits
1 parent 2060105 commit 9fa26dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/wheel_tests_continuous.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ name: CI - Wheel Tests (Continuous)
2020
on:
2121
schedule:
2222
- cron: "0 */2 * * *" # Run once every 2 hours
23+
pull_request:
24+
branches:
25+
- main
2326

2427
concurrency:
2528
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
@@ -112,8 +115,4 @@ jobs:
112115
runner: ${{ matrix.runner }}
113116
python: ${{ matrix.python }}
114117
enable-x64: ${{ matrix.enable-x64 }}
115-
<<<<<<< HEAD
116118
gcs_download_uri: ${{ needs.build_jaxlib_artifact.outputs.gcs_upload_uri }}
117-
=======
118-
gcs_download_uri: 'gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}'
119-
>>>>>>> 14246134e7f2ec1ae4eaba8a70315a0fc2e73cd4

0 commit comments

Comments
 (0)