Commit 6b691d4
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 d8e56f0 commit 6b691d4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
416 | 419 | | |
417 | 420 | | |
418 | 421 | | |
| |||
0 commit comments