Skip to content

Commit

Permalink
[DEVOPS-615] Added schedule to run at 2am Sunday.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnykt committed Sep 4, 2024
1 parent 37bc84a commit 609002b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- reopened
- ready_for_review
- synchronize
schedule:
# Sunday 2 AM Melbourne time.
- cron: '0 16 * * SUN'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 609002b

Please sign in to comment.