omnigraph/.github/workflows
andrew a1b00e2d06 Fix release.yml: move HOMEBREW_TAP_TOKEN guard into steps
GitHub Actions rejects `secrets.*` in job-level `if:` conditions at
runtime (job-level `if` is evaluated before secrets are available),
causing the workflow to abort in 0s with "workflow file issue" on
every trigger. Moving the guard into a step-level check that writes
`HOMEBREW_TAP_SKIP` to GITHUB_ENV lets the rest of the steps
conditionally no-op when the tap token isn't configured.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 19:24:41 +03:00
..
ci.yml Test merge commit; push openapi.json via separate clone 2026-04-19 12:10:40 +02:00
package.yml package caller: pass AWS secrets via secrets: inherit 2026-04-18 21:54:08 +03:00
release-edge.yml Skip heavy CI on text-only changes 2026-04-11 15:22:11 +03:00
release.yml Fix release.yml: move HOMEBREW_TAP_TOKEN guard into steps 2026-04-21 19:24:41 +03:00