Skip to content

Commit 21d1170

Browse files
Add scheduled trigger for dockerize workflow
Added a schedule for the workflow to run every Monday at 2 AM so we stay up-to-date on dependencies
1 parent ad0e2c4 commit 21d1170

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dockerize.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Dockerize
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: '0 2 * * 1'
8+
workflow_dispatch:
69

710
jobs:
811
dockerize:

0 commit comments

Comments
 (0)