Skip to content

Show lock warning while synching #892

Show lock warning while synching

Show lock warning while synching #892

Workflow file for this run

name: CI-ts
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
jobs:
ts-checks:
uses: zondax/_workflows/.github/workflows/_checks-ts.yaml@main
with:
package_manager: pnpm
logo-size-check:
uses: ./.github/workflows/logo-check.yml
playwright-tests:
needs: [ts-checks, logo-size-check]
uses: zondax/_workflows/.github/workflows/_checks-playwright.yaml@main
secrets:
env_local: |
# Project-specific variables
PROJECT="polkadot-migration"
NAMESPACE="polkadot"