Skip to content

Commit

Permalink
fix: having stop ec2 instance test run regardless of success or failure
Browse files Browse the repository at this point in the history
  • Loading branch information
abanuelo committed Jul 16, 2024
1 parent 7b3de8d commit 537fa7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
name: stop_ec2_instance
runs-on: ubuntu-latest
needs: [run_carla_simulators, run_webots_simulators]
if: success() || failure()
steps:
- name: Stop EC2 Instance
env:
Expand Down

0 comments on commit 537fa7a

Please sign in to comment.