Skip to content

Commit

Permalink
finalize (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Oct 22, 2024
1 parent 0873942 commit f3f2017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# echo "pr num is: $pr"

- name: Add a comment to the PR
if: env.PR_NUMBER != ''
if: env.PR_NUMBER != '' && env.WORKFLOW_LINK != ''
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
issue_number: process.env.PR_NUMBER,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Upload artifacts run: ${workflowLink}`
body: `Artifacts upload triggered. View details here: ${workflowLink}`
})
- name: Authenticate with GCS
Expand Down

0 comments on commit f3f2017

Please sign in to comment.