Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit bf4f02d

Browse files
committed
chore(ci): optimize e2e test workflows
1 parent a75d3fe commit bf4f02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
os: [ubuntu-latest, windows-latest]
22+
os: [ubuntu-latest]
2323

2424
outputs:
2525
pr_git_sha: ${{ steps.set_pr_git_sha.outputs.pr_git_sha }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Wait for existing workflow to complete before e2e tests
104104
uses: softprops/turnstyle@v1
105105
with:
106-
poll-interval-seconds: 15
106+
poll-interval-seconds: 30
107107
same-branch-only: false
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)