Skip to content

Commit

Permalink
Add a pull_request event for debugging purposes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717546521
  • Loading branch information
nitins17 authored and Google-ML-Automation committed Jan 20, 2025
1 parent a43edb4 commit 97fb271
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheel_tests_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ name: CI - Wheel Tests (Continuous)
on:
schedule:
- cron: "0 */2 * * *" # Run once every 2 hours
# DO NOT SUBMIT without removing this
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit 97fb271

Please sign in to comment.