Skip to content

Commit

Permalink
#9319: Add step to output info of completed workflow run that trigger…
Browse files Browse the repository at this point in the history
…ed this produce data event (#9465)
  • Loading branch information
tt-rkim authored Jun 15, 2024
1 parent c9997d9 commit a3c0d04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_produce-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
gh api /repos/tenstorrent/tt-metal/actions/runs/${{ github.run_id }}
echo "[Info] Workflow run attempt"
gh api /repos/tenstorrent/tt-metal/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
- name: Output auxiliary values (workflow_run completed)
if: ${{ github.event_name == 'workflow_run' }}
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "[Info] Triggering Workflow run"
gh api /repos/tenstorrent/tt-metal/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}

0 comments on commit a3c0d04

Please sign in to comment.