Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 30, 2024
1 parent ede1d20 commit 8ddd6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-nightly-past-ci-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
jobs:
get_number:
name: Get number
if: ${{ vars.GITHUB_RUN_NUMBER == '184' }}
if: ${{ github.run_number == '185' }}
runs-on: ubuntu-22.04
steps:
- name: Get number
run: |
echo "${{ vars.GITHUB_RUN_NUMBER }}"
echo "${{ env.GITHUB_RUN_NUMBER }}"
echo $GITHUB_RUN_NUMBER
echo "${{ github.run_number }}"
# run_past_ci_pytorch_1-13:
# name: PyTorch 1.13
Expand Down

0 comments on commit 8ddd6dc

Please sign in to comment.