Skip to content

Commit 91f307b

Browse files
committed
Ajout d'une planification cron pour le workflow Docker Image CI
1 parent ad937f7 commit 91f307b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Docker Image CI
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '45 22 * * 1'
57
# push:
68
# branches: [ "master" ]
79
# pull_request:

0 commit comments

Comments
 (0)