Skip to content

Commit c45376f

Browse files
committed
[dotnet] Disable Bazel cache on build too
1 parent 9163aea commit c45376f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: ./.github/workflows/bazel.yml
1111
with:
1212
name: Build
13-
cache-key: dotnet-build
13+
cache-key: false
1414
os: windows
1515
run: bazel build //dotnet/src/webdriver:package //dotnet/src/support:package
1616

0 commit comments

Comments
 (0)