Skip to content

Commit

Permalink
terminate even if job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Dec 2, 2024
1 parent 588892c commit 958630b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
echo "Running df command on EC2 instance..."
df -h
echo "Command completed."
continue-on-error: true # Allow the workflow to continue even if this step fails

- name: Terminate EC2 Instance
run: |
Expand Down

0 comments on commit 958630b

Please sign in to comment.