ci: build the container weekly
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Container build
|
||||
on: [ push ]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 16 * * FRI'
|
||||
|
||||
jobs:
|
||||
container-build:
|
||||
|
Reference in New Issue
Block a user