mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Runs after update.sh workflow.
It also does contain a cron, so no need here.
This commit is contained in:
parent
54c633c116
commit
488378f8e8
1 changed files with 5 additions and 3 deletions
8
.github/workflows/images.yml
vendored
8
.github/workflows/images.yml
vendored
|
@ -2,9 +2,11 @@ name: Images
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
workflow_run:
|
||||
workflows: ["update.sh"]
|
||||
branches: [master]
|
||||
types:
|
||||
- completed
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue