diff --git a/.github/workflows/bazel_optional_b200.yml b/.github/workflows/bazel_optional_b200.yml index 1620022965f9..735cfdffb603 100644 --- a/.github/workflows/bazel_optional_b200.yml +++ b/.github/workflows/bazel_optional_b200.yml @@ -25,7 +25,6 @@ concurrency: cancel-in-progress: ${{ !contains(github.ref, 'release/') && github.ref != 'main' }} jobs: run_tests: - if: ${{ github.event.repository.fork == false && (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'CI Optional GPU Presubmit')) }} runs-on: linux-x86-a4-224-b200-1gpu container: 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-cuda12.8-cudnn9.8:latest' name: "Bazel single B200 CUDA tests"