Skip to content

Commit

Permalink
Revert "update testing branch"
Browse files Browse the repository at this point in the history
This reverts commit 1a55175.
  • Loading branch information
meteorcloudy committed Oct 31, 2024
1 parent d3e0339 commit 7113d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

CLOUD_PROJECT = "bazel-public" if THIS_IS_TRUSTED else "bazel-untrusted"

GITHUB_BRANCH = {"bazel": "master", "bazel-trusted": "master", "bazel-testing": "select_top_modules"}[
GITHUB_BRANCH = {"bazel": "master", "bazel-trusted": "master", "bazel-testing": "testing"}[
BUILDKITE_ORG
]

Expand Down

0 comments on commit 7113d10

Please sign in to comment.