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

Commit 8de79e1

Browse files
committed
chore: poll existing e2e workflows less frequently to avoid api limits
1 parent e08b150 commit 8de79e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Wait for existing workflow to complete before e2e tests
163163
uses: softprops/turnstyle@v1
164164
with:
165-
poll-interval-seconds: 15
165+
poll-interval-seconds: 30
166166
same-branch-only: false
167167
env:
168168
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)