Skip to content

Commit 7fda77d

Browse files
committed
feat: workflow_dispatch release of single version of postgres
1 parent 23285a7 commit 7fda77d

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
@@ -148,5 +148,9 @@ jobs:
148148
- name: Cleanup resources on build cancellation
149149
if: ${{ cancelled() }}
150150
run: |
151+
<<<<<<< HEAD
151152
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
152153

154+
=======
155+
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
156+
>>>>>>> 0bbd35ab (feat: workflow_dispatch release of single version of postgres)

0 commit comments

Comments
 (0)