Skip to content

Commit

Permalink
fix(ci): analyses snapshot test timeout and dedup (#14432)
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh authored Feb 6, 2024
1 parent c5574c4 commit f41ce25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
required: true
default: 'edge'
schedule:
- cron: '0 7-8 * * *' # Random time between 2-3 AM EST (7-8 AM UTC)
- cron: '26 7 * * *' # 7:26 AM UTC

jobs:
build-and-test:
timeout-minutes: 15
runs-on: ubuntu-latest
env:
TARGET: ${{ github.event.inputs.TARGET || 'edge' }}
Expand Down

0 comments on commit f41ce25

Please sign in to comment.