Skip to content

Commit

Permalink
Update self-push-amd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAbeyta authored Nov 6, 2023
1 parent 865fcab commit 528320a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/self-push-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,19 +231,15 @@ jobs:
runs-on: ubuntu-latest
if: always()
needs: [
# check_runner_status,
check_runners,
setup_gpu,
run_tests_amdgpu,
# run_tests_torch_cuda_extensions_single_gpu,
# run_tests_torch_cuda_extensions_multi_gpu
run_tests_amdgpu
]
steps:
- name: Preliminary job status
shell: bash
# For the meaning of these environment variables, see the job `Setup`
run: |
# echo "Runner availability: ${{ needs.check_runner_status.result }}"
echo "Setup status: ${{ needs.setup_gpu.result }}"
echo "Runner status: ${{ needs.check_runners.result }}"
Expand Down

0 comments on commit 528320a

Please sign in to comment.