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.
1 parent d953bad commit 57e7244Copy full SHA for 57e7244
.github/workflows/bazel.yml
@@ -93,6 +93,7 @@ jobs:
93
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
94
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
95
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
+ BAZEL_LOG_FILE: bazel-logs/bazel_${{ github.workflow }}_${{ github.run_id }}.log
97
SE_AVOID_STATS: true
98
steps:
99
- name: Checkout source tree
.github/workflows/ci-rbe.yml
@@ -7,9 +7,6 @@ on:
7
- trunk
8
workflow_dispatch:
9
10
-env:
11
- BAZEL_LOG_FILE: bazel-logs/bazel_${{ github.workflow }}_${{ github.run_id }}.log
12
-
13
jobs:
14
format:
15
name: Format
0 commit comments