From 8bd7824f2791d33db183f7e75c4fb782ed416d3e Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Fri, 17 Jun 2022 16:47:52 +0400 Subject: [PATCH] skip webhook update (#2104) --- .github/workflows/tests-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index cc081edf1..056c1b488 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -69,7 +69,7 @@ jobs: - name: revert snapshot env: SALEOR_CLI_ENV: staging - run: npx saleor backup restore MbdG5UXd + run: npx saleor backup restore MbdG5UXd --skip_webhooks_update - name: Notify Slack if: ${{ failure() }}