Skip to content

Commit

Permalink
run every 3 hours
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <[email protected]>
  • Loading branch information
MregXN committed Dec 17, 2023
1 parent 36f119d commit 3512b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dapr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ name: dapr-test
on:
# Run every 4 hours on weekdays, and every 12 hours on weekends
schedule:
- cron: "11 3,7,11,15,19,23 * * 1-5"
# - cron: "11 3,7,11,15,19,23 * * 1-5"
- cron: "11 */3 * * 1-5"
- cron: "11 11,23 * * 0,6"
# Manual trigger
workflow_dispatch:
Expand Down

0 comments on commit 3512b30

Please sign in to comment.