From 180778b09aca99fbffa498bd7930d1ebc8e30bff Mon Sep 17 00:00:00 2001 From: JD Solanki <47495003+jd-solanki@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:16:00 +0530 Subject: [PATCH] ci(test-report): run test-repo workflow after "CI" workflow is completed --- .github/workflows/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index b4aa9238..0f901a49 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -3,7 +3,7 @@ name: "Test Report" on: workflow_run: # runs after CI workflow - workflows: ["Check build on various systems and node versions"] + workflows: ["CI"] types: - completed