From 76982682fa8aa767af984888a722724161c62817 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 3 Apr 2024 15:41:45 +0000 Subject: [PATCH] test --- .github/workflows/status.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 2994394a4d7..20d27784fae 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -1,8 +1,8 @@ -name: Process Workflow Artifacts and Update Status +name: Process Workflow Artifacts and Update Status After Echo Job on: workflow_run: - workflows: ["Echo abc"] + workflows: ["Echo on PR"] types: - completed @@ -11,6 +11,9 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Download artifact uses: actions/download-artifact@v4 with: