Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/android-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# reactivecircus/android-emulator-runner (KVM on ubuntu-latest).
#
# Triggers:
# - workflow_call from rc-release.yml (the gate before publish-rc)
# - workflow_call from release.yml (the gate before publish-to-npm)
# - workflow_dispatch for manual reruns
# - Weekly cron (Sunday 03:00 UTC) to catch SDK / RN drift
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the unified scripts/af-scenario-runner.sh on an iOS simulator.
#
# Triggers:
# - workflow_call from rc-release.yml (the gate before publish-rc)
# - workflow_call from release.yml (the gate before publish-to-npm)
# - workflow_dispatch for manual reruns and ad-hoc validation
# - Weekly cron (Sunday 02:00 UTC) to catch SDK / RN drift
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Purpose: Validates code quality, runs unit tests, and builds the demo app
# in release mode for both Android and iOS on every PR and push to
# development/master. Also reusable from rc-release.yml.
# development/master. Also reusable from release.yml.
#
# What it does:
# 1. Lints + runs Jest unit tests with coverage.
Expand All @@ -15,7 +15,7 @@
# - Pull requests to development or master branches
# - Direct pushes to development or master branches
# - Manual workflow dispatch for testing
# - workflow_call (rc-release.yml)
# - workflow_call (release.yml)
#
# =============================================================================

Expand Down
Loading