fix: updated the workflow to build and push CI runner docker image on schedule (#29361)

This commit is contained in:
Aarif
2021-11-19 15:06:25 +05:00
committed by GitHub
parent 225a5c690a
commit 8665391f91

View File

@@ -1,6 +1,10 @@
name: Push CI Runner Docker Image
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * 3"
jobs:
push:
runs-on: ubuntu-20.04