We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e80a24 commit cc530e2Copy full SHA for cc530e2
1 file changed
.github/workflows/test-runner.yml
@@ -63,15 +63,6 @@ jobs:
63
# the additional jobs inherit any secrets needed to use the remote caches and
64
# receive what version to checkout as an input.
65
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
- }}
75
name: macOS-Bazel
76
needs: [pre-flight]
77
uses: ./.github/workflows/macos-bazel.yml
0 commit comments