Commit 4e7127a
ci(audience): align mobile-build triggers with playmode (SDK-329)
- Replaces mobile-build's short-form `if` with explicit enumeration of
pull_request (non-fork), schedule, and workflow_dispatch.
- Removes reliance on `null == false` coercing to true; on schedule events
the previous form already fired the job, but only by accident of how
GitHub Actions normalises null to 0.
- Brings mobile-build's trigger envelope in line with the playmode job, so
the weekly cron exercises the full mobile build matrix the same way it
exercises the full playmode matrix.
- mobile-build matrix and steps unchanged.
Linear: https://linear.app/imtbl/issue/SDK-329
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9f9970b commit 4e7127a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
474 | 477 | | |
475 | 478 | | |
476 | 479 | | |
| |||
0 commit comments