From be4d327eef08790fe113380da2a27335b7cde367 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 20 Nov 2023 21:37:10 -0800 Subject: [PATCH] ci: keep working on main (#1635) --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 05947ea23..5695c57ba 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -64,7 +64,7 @@ jobs: with: environment: test tag: ${{ github.event.number }} - target: test + release: test integration-e2e: name: Integration and E2E Tests @@ -81,7 +81,7 @@ jobs: with: environment: prod tag: ${{ github.event.number }} - target: prod + release: prod promote: name: Promote Images