Skip to content

Commit

Permalink
Try using github.run_id in windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 5, 2024
1 parent 5000be9 commit 65cb196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
# TODO(LM): Change to "true"
run: |
if ($env:RUN_BUILD_JOB -eq "false") {
echo "RUN_ID=$env:GITHUB_RUN_ID" >> $GITHUB_OUTPUT
echo "RUN_ID=${{ github.run_id }}" >> $GITHUB_OUTPUT
} else {
echo "RUN_ID=$env:RUN_ID" >> $GITHUB_OUTPUT
}
Expand Down

0 comments on commit 65cb196

Please sign in to comment.