From 240fc03aa8c9612d1f0a5d34c1ea3171afe40339 Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Mon, 2 Oct 2023 12:09:52 +0200 Subject: [PATCH] chore: remove restart --- .github/workflows/promote.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 372a5ff00..c44a381c6 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -31,16 +31,6 @@ jobs: echo "::add-mask::$token" echo "APP_SERVICE_ACCOUNT_TOKEN=$token" >> $GITHUB_ENV - - name: Restart qa env - uses: equinor/radix-github-actions@master - with: - args: > - restart - environment - --application fusion-project-portal" - --environment feature - --context production - - name: "Get application information for fusion-project-portal" id: get_application_info_api uses: equinor/radix-github-actions@master