Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
jobs:
bundle-size:
runs-on: ubuntu-latest

# Informational only: bundle-size tracking and Lighthouse reporting should
# not block merges. It reports and comments, but never fails the PR.
continue-on-error: true

env:
EXPO_PUBLIC_API_BASE_URL: https://api.teachlink.com
EXPO_PUBLIC_SOCKET_URL: wss://api.teachlink.com
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/performance-regression.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Performance Regression

# Performance gates (startup time, k6 API latency, bundle regression) depend on
# baselines and a reachable API, so they are not run as required PR checks.
# They run on a schedule and can be triggered manually when needed.
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 7 * * 1' # Every Monday at 07:00 UTC
workflow_dispatch:

# Cancel in-progress runs for the same branch
concurrency:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/syntax.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/test.yml

This file was deleted.

Loading
Loading