mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 08:56:16 +01:00
ci: schedule only weekly builds
This commit is contained in:
parent
21c4eaa614
commit
dd0bff77ca
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ name: ci
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
- cron: '7 4 * * 4' # weekly on thursday morning
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user