Update snapshot without mailhog data (#3610)
* Update snapshot without mailhog data * Update snapshot without mailhog data
This commit is contained in:
parent
5eb0be2dc3
commit
ab2c50768c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/clean-envs.yml
vendored
2
.github/workflows/clean-envs.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.CLOUD_ACCESS_TOKEN }}
|
TOKEN: ${{ secrets.CLOUD_ACCESS_TOKEN }}
|
||||||
SNAPSHOT: 9oUFxT7f
|
SNAPSHOT: Jh7YeJDi
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
SALEOR_CLI_ENV: staging
|
SALEOR_CLI_ENV: staging
|
||||||
run: npx saleor backup restore W5yhqHkw --skip-webhooks-update
|
run: npx saleor backup restore vmSD8fo4 --skip-webhooks-update
|
||||||
|
|
||||||
- name: Notify Slack
|
- name: Notify Slack
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
Loading…
Reference in a new issue