Skip to content

Commit

Permalink
tmp3
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 e12ac45 commit 926778c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
- 'scripts/install_build_tools.sh'
- 'scripts/sequencer-ci.Dockerfile'


jobs:
native-blockifier-artifacts-push:
runs-on: starkware-ubuntu-20-04-medium
Expand All @@ -50,7 +51,7 @@ jobs:
run: |
pr_number=$(gh pr list --head "${{ github.event.workflow_run.head_branch }}" --json number --jq '.[0].number')
echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
echo "WORKFLOW_LINK=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_ENV
echo "WORKFLOW_LINK=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID/jobs/$GITHUB_JOB_ID" >> $GITHUB_ENV
# Comment with a link to the workflow (or update existing comment on rerun).
# Required, as this is a triggered workflow, and does not appear on the PR status page.
Expand All @@ -70,7 +71,7 @@ jobs:
uses: starkware-libs/create-or-update-comment@213b1f93445c8ca0b8592684ef9ac98bd9558f2b
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ process.env.PR_NUMBER }}
issue-number: 2054
body: |
Artifacts upload workflows:
* [${{ github.event.repository.updated_at }}](${{ env.WORKFLOW_LINK }})
Expand Down

0 comments on commit 926778c

Please sign in to comment.