From dd7a2f651448172a775d654fc77f0f1cfa2eb7e9 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Mon, 18 Dec 2023 10:57:45 -0600 Subject: [PATCH] [ci] dotnet does not need to stamp on windows now --- .github/workflows/ci-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dotnet.yml b/.github/workflows/ci-dotnet.yml index cdeef11a9791a..65debef8c10e4 100644 --- a/.github/workflows/ci-dotnet.yml +++ b/.github/workflows/ci-dotnet.yml @@ -23,4 +23,4 @@ jobs: java-version: 17 os: windows run: | - bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome --pin_browsers=true --stamp + bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome --pin_browsers=true