From ff840efa703f1997c9e3daf3b736e98f8e0e5d21 Mon Sep 17 00:00:00 2001 From: Patrick Kan Date: Tue, 6 Jul 2021 23:47:35 -0700 Subject: [PATCH] Dependency on workflow run --- .github/workflows/redeploy-all.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/redeploy-all.yml b/.github/workflows/redeploy-all.yml index b940be01..06307f30 100644 --- a/.github/workflows/redeploy-all.yml +++ b/.github/workflows/redeploy-all.yml @@ -1,9 +1,11 @@ name: redeploy-all on: - push: - branches: - - "master" + workflow_run: + workflows: ["CI"] + branches: [master] + types: + - completed defaults: run: