Skip to content

Commit

Permalink
Enable New bazel presubmits for pull requests.
Browse files Browse the repository at this point in the history
At this time these workflows will currently be non-blocking for submission.

PiperOrigin-RevId: 703311362
  • Loading branch information
MichaelHudgins authored and Google-ML-Automation committed Dec 6, 2024
1 parent ba626fa commit 53fbc20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bazel_cpu_rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
options:
- 'yes'
- 'no'
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bazel_gpu_rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
options:
- 'yes'
- 'no'
pull_request:
branches:
- main

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

0 comments on commit 53fbc20

Please sign in to comment.