Skip to content

Commit 30567ce

Browse files
committed
cron added to docker build workflow
1 parent d0af263 commit 30567ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/humble-docker-build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Humble Docker Build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "0 5 * * 1"
48

59
jobs:
610
humble_docker_build:
@@ -9,7 +13,7 @@ jobs:
913
- name: Checkout code
1014
uses: actions/checkout@v4
1115

12-
- name: Set up Docker Buildx
16+
- name: Setup Docker Buildx
1317
uses: docker/setup-buildx-action@v3
1418

1519
- name: Build docker

0 commit comments

Comments
 (0)