Skip to content

Commit

Permalink
swaps every 25 minutes
Browse files Browse the repository at this point in the history
to avoid collision with limits
  • Loading branch information
yury-dubinin committed Sep 2, 2024
1 parent 7668254 commit de7d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monitoring-swap-geo-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Synthetic Swaps Geo Monitoring Frontend tests
on:
workflow_dispatch:
schedule:
- cron: "*/30 * * * *"
- cron: "*/25 * * * *"

jobs:
setup-matrix:
Expand Down

0 comments on commit de7d5a0

Please sign in to comment.