Skip to content

Commit cc530e2

Browse files
authored
ci(gha): avoid macos-bazel from always being skipped (googleapis#16168)
1 parent 9e80a24 commit cc530e2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@ jobs:
6363
# the additional jobs inherit any secrets needed to use the remote caches and
6464
# receive what version to checkout as an input.
6565
macos-bazel:
66-
# Build the full matrix only on push events to the default branch, or
67-
# when PR gets the has a `gha:full-build` label, or when it had the
68-
# label already and it gets a new commit.
69-
if: |-
70-
${{
71-
github.event_name == 'schedule' ||
72-
github.event_name == 'push' ||
73-
contains(github.event.pull_request.labels.*.name, 'gha:full-build')
74-
}}
7566
name: macOS-Bazel
7667
needs: [pre-flight]
7768
uses: ./.github/workflows/macos-bazel.yml

0 commit comments

Comments
 (0)