Skip to content

Commit

Permalink
Add tag to always run tear-down step
Browse files Browse the repository at this point in the history
- will always run, even if the previous steps fail
  • Loading branch information
Raunak Bhagat committed Nov 23, 2024
1 parent cbd71f6 commit 45ec251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
source .venv/bin/activate
ray job submit --address http://localhost:8265 -- python -c "print('Hello, world!')"
- name: Spin down ray cluster
if: always()
run: |
source .venv/bin/activate
ray down .github/assets/benchmarking_ray_config.yaml -y

0 comments on commit 45ec251

Please sign in to comment.