Skip to content

Commit

Permalink
Slow down schedule 2 times, to prevent hitting ngrok data limit (#358)
Browse files Browse the repository at this point in the history
Signed-off-by: Danil Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev authored Jan 26, 2024
1 parent 8109fda commit 280af30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run nightly e2e tests

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 1/2 * *"
workflow_dispatch:

concurrency: ci_e2e_tests
Expand Down

0 comments on commit 280af30

Please sign in to comment.