Runs after update.sh workflow.

It also does contain a cron, so no need here.
pull/1227/head
pierreozoux 5 years ago committed by Pierre Ozoux
parent 54c633c116
commit 488378f8e8

@ -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…
Cancel
Save