Skip to content

fix: padding auth page #1285

fix: padding auth page

fix: padding auth page #1285

Workflow file for this run

name: Run tests
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
run-tests:
if: ${{ !contains(github.head_ref, 'ci:') && !contains(github.ref, 'ci/') }}
runs-on: ubuntu-latest
steps:
- name: Skip tests
run: |
echo "Tests temporarily disabled"
exit 0