chore: Slow down build schedule for stable releases

This commit is contained in:
Kyle Gospodnetich 2023-08-01 15:40:17 -07:00
parent 46fcbfbe16
commit 0ccb1dcbf5

View File

@ -1,7 +1,7 @@
name: Build and Push Image
on:
schedule:
- cron: '20 21 * * *' # 21:20 UTC every day
- cron: '20 21 * * 2,5' # 21:20 UTC on Tuesdays and Fridays
pull_request:
branches:
- main