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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
workflow_run:
|
||||||
schedule:
|
workflows: ["update.sh"]
|
||||||
- cron: 0 0 * * *
|
branches: [master]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue