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 16f3bc9 commit 1eb6959
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/self-nightly-past-ci-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
echo "${{ github.run_number }}"
echo "run_number=$(python3 -c 'print(int(${{ github.run_number }}) % 10)')" >> $GITHUB_OUTPUT
# show_number:
# name: show number
# runs-on: ubuntu-22.04
# needs: get_number
# if: ${{ needs.get_number.outputs.run_number == 9 }}
# steps:
# - name: Show number
# run: |
# echo "${{ needs.get_number.outputs.run_number }}"
show_number:
name: show number
runs-on: ubuntu-22.04
needs: get_number
if: needs.get_number.outputs.run_number == 9
steps:
- name: Show number
run: |
echo "${{ needs.get_number.outputs.run_number }}"
run_past_ci_pytorch_1-13:
name: PyTorch 1.13
Expand Down

0 comments on commit 1eb6959

Please sign in to comment.