Removed `continuous-` prefixes that don't work on this branch.
diff --git a/.github/workflows/test_bazel.yml b/.github/workflows/test_bazel.yml index 2b0d7bb..71615fa 100644 --- a/.github/workflows/test_bazel.yml +++ b/.github/workflows/test_bazel.yml
@@ -32,7 +32,7 @@ bzlmod: true toolchain_resolution: --incompatible_enable_proto_toolchain_resolution=true runs-on: ${{ matrix.runner }}-latest - name: ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Examples ${{ matrix.runner }} ${{ matrix.bazelversion }}${{ matrix.bzlmod && ' (bzlmod)' || '' }} ${{ matrix.toolchain_resolution && ' (toolchain resolution)' || '' }} + name: Examples ${{ matrix.runner }} ${{ matrix.bazelversion }}${{ matrix.bzlmod && ' (bzlmod)' || '' }} ${{ matrix.toolchain_resolution && ' (toolchain resolution)' || '' }} steps: - name: Checkout pending changes uses: protocolbuffers/protobuf-ci/checkout@v3