Skip to content

Commit e0524a1

Browse files
committed
feat: workflow_dispatch release of single version of postgres
1 parent 9adc9fa commit e0524a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ami-release-nix-single.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,9 @@ jobs:
136136
- name: Cleanup resources on build cancellation
137137
if: ${{ cancelled() }}
138138
run: |
139+
<<<<<<< HEAD
139140
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -r aws ec2 terminate-instances --instance-ids
140141

142+
=======
143+
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -r aws ec2 terminate-instances --instance-ids
144+
>>>>>>> 0bbd35ab (feat: workflow_dispatch release of single version of postgres)

0 commit comments

Comments
 (0)