Skip to content

Commit

Permalink
run started at
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <[email protected]>
  • Loading branch information
dorimedini-starkware committed Nov 20, 2024
1 parent 975c5a6 commit b51e312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
issue-number: 2054
body: |
Artifacts upload workflows:
* [${{ github.event.repository.updated_at }}](${{ env.WORKFLOW_LINK }})
* [${{ github.event.workflow_run.created_at }}](${{ env.WORKFLOW_LINK }})
- name: Update comment
if: env.PR_NUMBER != '' && steps.fc.outputs.comment-id != ''
Expand All @@ -84,7 +84,7 @@ jobs:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: append
body: |
* [${{ github.event.repository.updated_at }}](${{ env.WORKFLOW_LINK }})
* [${{ github.event.workflow_run.created_at }}](${{ env.WORKFLOW_LINK }})
# Build artifact.
- uses: ./.github/actions/bootstrap
Expand Down

0 comments on commit b51e312

Please sign in to comment.