Skip to content

Commit

Permalink
change needs for stop_ec2_instance for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 committed Oct 8, 2024
1 parent 4caa5cc commit bea467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
stop_ec2_instance:
name: stop_ec2_instance
runs-on: ubuntu-latest
needs: [start_ec2_instance, check_simulator_version_updates, check_nvidia_smi, run_carla_simulators, run_webots_simulators]
needs: [start_ec2_instance, check_simulator_version_updates, check_nvidia_smi, run_webots_simulators]
if: always()
steps:
- name: Stop EC2 Instance
Expand Down

0 comments on commit bea467e

Please sign in to comment.