summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierreozoux <pierre@ozoux.net>2020-08-28 15:44:49 +0200
committerPierre Ozoux <pierre@ozoux.net>2020-08-28 15:45:30 +0200
commit488378f8e88071a68bec5c0f846c294fb61ddd76 (patch)
tree379dca81bd5b8267e833887fd04cf0b407cadf52
parent54c633c116833b1004e4f74c6568126c4f98a768 (diff)
Runs after update.sh workflow.
It also does contain a cron, so no need here.
-rw-r--r--.github/workflows/images.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml
index 2dd164dc..cdec4e10 100644
--- a/.github/workflows/images.yml
+++ b/.github/workflows/images.yml
@@ -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: