Skip to content

Commit

Permalink
fix: lowered frequency of system tests (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich authored Feb 7, 2025
1 parent 3629702 commit 2c65a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-staging-tenderly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ concurrency:
cancel-in-progress: true
on:
schedule:
# Runs every two days at 6am UTC
- cron: '0 6 */2 * *'
# Runs every five days at 6am UTC
- cron: '0 6 */5 * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2c65a8f

Please sign in to comment.