Skip to content

Commit

Permalink
chore(functional-tests): Cron to run at 2:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner committed Sep 19, 2024
1 parent 4514e99 commit 78afd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: functional-tests
on:
workflow_dispatch: {}
schedule:
- cron: '0 1 * * *'
- cron: '0 2 * * *'

jobs:
functional-tests:
Expand Down

0 comments on commit 78afd9a

Please sign in to comment.