Skip to content

Commit

Permalink
Enable New bazel presubmits for pull requests.
Browse files Browse the repository at this point in the history
These workflows will not yet be blocking for  submission.

PiperOrigin-RevId: 703311362
  • Loading branch information
MichaelHudgins authored and Google-ML-Automation committed Dec 6, 2024
1 parent 45159a2 commit 3e78568
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 3e78568

Please sign in to comment.