Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Apr 3, 2024
1 parent f762b49 commit 7698268
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 7698268

Please sign in to comment.