1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-11-13 22:56:17 +01:00

ci: schedule only weekly builds

This commit is contained in:
cn 2019-12-21 10:06:51 +01:00
parent 21c4eaa614
commit dd0bff77ca

View File

@ -3,7 +3,7 @@ name: ci
on:
push:
schedule:
- cron: '0 4 * * *'
- cron: '7 4 * * 4' # weekly on thursday morning
jobs:
build: