Skip to content

Commit

Permalink
chore: increase schedule and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jan 22, 2024
1 parent 4c90608 commit aeb0d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Cron Metrics

on:
schedule:
- cron: '*/20 * * * *'
- cron: '*/60 * * * *'
workflow_dispatch:

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
env: ['staging', 'production']
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit aeb0d36

Please sign in to comment.