Commit 3fe6df0
Background modal run so the runner exits quickly
modal run --detach keeps the CLI connected streaming logs; when the
GitHub Actions runner timeout fires it actively cancels the Modal app.
Background the command with & so the step exits after 10s and the
runner completes. --detach keeps the Modal app alive after the CLI
process is cleaned up.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4991b1e commit 3fe6df0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
0 commit comments