Skip to content

Commit

Permalink
use run number instead of pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 30, 2024
1 parent 6e08ef2 commit c28a2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Get and Set PR number
id: pr
run: |
pr_num=${{ github.event.pull_request.number }}
pr_num=${{ github.run_number }}
if [ "${pr_num}" == "" ]; then
echo "PR_NUM=rel" >> $GITHUB_ENV
else
Expand Down

0 comments on commit c28a2ca

Please sign in to comment.