Skip to content

fix: fix the issue 9560 which QR code accounts has been reappeared aftter user remove wallets #10266

fix: fix the issue 9560 which QR code accounts has been reappeared aftter user remove wallets

fix: fix the issue 9560 which QR code accounts has been reappeared aftter user remove wallets #10266

name: Run Bitrise E2E Check
on:
issue_comment:
types: [edited, deleted]
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
env:
E2E_LABEL: 'Run Smoke E2E'
E2E_PIPELINE: 'pr_smoke_e2e_pipeline'
WORKFLOW_NAME: 'run-bitrise-e2e-check'
jobs:
run-bitrise-e2e-check:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request || github.event_name == 'pull_request' }}
permissions:
pull-requests: write
contents: write
checks: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Check Bitrise E2E Status
env:
BITRISE_BUILD_TRIGGER_TOKEN: ${{ secrets.BITRISE_BUILD_TRIGGER_TOKEN }}
BITRISE_APP_ID: ${{ secrets.BITRISE_APP_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The status check created under this workflow may be bucketed under another check suite in Github actions. This is a result of workflows with the same triggers.
# For example, the status check may show as `CLA Signature Bot / Bitrise E2E Status`. This is a bug on Github's UI. https://github.com/orgs/community/discussions/24616
run: yarn run run-bitrise-e2e-check