Skip to content

Commit

Permalink
Changed: Test workflow runs at 4am, to prevent throttling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jul 4, 2024
1 parent c4d39ad commit 15e0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Build Workflow

on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight
- cron: '0 4 * * *' # Run daily at 4am
workflow_dispatch:
push:
tags:
Expand Down

0 comments on commit 15e0885

Please sign in to comment.