skip webhook update (#2104)
This commit is contained in:
parent
ac551e337e
commit
8bd7824f27
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- name: revert snapshot
|
- name: revert snapshot
|
||||||
env:
|
env:
|
||||||
SALEOR_CLI_ENV: staging
|
SALEOR_CLI_ENV: staging
|
||||||
run: npx saleor backup restore MbdG5UXd
|
run: npx saleor backup restore MbdG5UXd --skip_webhooks_update
|
||||||
|
|
||||||
- name: Notify Slack
|
- name: Notify Slack
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
Loading…
Reference in a new issue