From 0b892c8f8df970a02adec5db3673123ac5ccbbd4 Mon Sep 17 00:00:00 2001 From: AKramarenko Date: Fri, 13 Dec 2024 12:03:31 +0200 Subject: [PATCH] =?UTF-8?q?SCALRCORE-33340:=20GH=20Actions:=20Ignore=20mis?= =?UTF-8?q?sing=20branches=20on=20requesting=20pr=E2=80=A6=20(#377)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 0047ba85..eee5cad0 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -127,6 +127,7 @@ jobs: id: create-preview-env with: ref: ${{ github.head_ref || github.ref_name }} + ignore_missing_branches: true github_token: ${{ steps.generate_token.outputs.token }} google_cloud_credentials: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} run_prefix: e2e-provider-default