Commit 79280d5
fix: allow triage job to run when Trivy scan is skipped
When called from external repos (e.g., zoekt), the Trivy Scan job is
skipped because the repository doesn't match sourcebot-dev/sourcebot.
Add always() && !cancelled() to the triage job condition so it proceeds
based on Dependabot/CodeQL alerts even when Trivy is skipped.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a2b8b7b commit 79280d5
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
| |||
0 commit comments