reduce frequency of auto build in actions

This commit is contained in:
Maciej Lebiest 2023-05-01 21:50:09 +02:00 committed by GitHub
parent 53b745a439
commit a77c14a94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: [ "main" ] branches: [ "main" ]
schedule: schedule:
- cron: '30 4 * * 0,2,4' - cron: '30 4 5,15,25 * *'
jobs: jobs: