We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
//src/workerd/io:actor
1 parent 31ac4f9 commit 5c0348aCopy full SHA for 5c0348a
.github/workflows/_bazel.yml
@@ -129,7 +129,7 @@ jobs:
129
# dependencies of header targets properly).
130
if: inputs.parse_headers
131
run: |
132
- bazel build --config=parse_headers --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev --config=ci ${{ inputs.extra_bazel_args }} //src/workerd/util //src/workerd/io:actor
+ bazel build --config=parse_headers --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev --config=ci ${{ inputs.extra_bazel_args }} //src/workerd/util
133
- name: Upload test logs
134
if: inputs.upload_test_logs
135
uses: actions/upload-artifact@v4
0 commit comments