agnes-the-ai-analyst/.github/workflows
ZdenekSrotyr 4f381dc103
fix(ci): propagate-infra-tag fail-soft on branch push / missing secret (#24)
Job-level 'if: secrets.X != ""' did not prevent workflow from being
scheduled on branch pushes (GitHub reports failure with 0 jobs in that
case). Refactored: first step is a guard that checks both the tag ref
pattern and the secret presence; downstream steps skip when the guard
says no.

Result: workflow now reports success with a clear warning annotation on
branch pushes or when the secret is absent; only real infra-v* tag
pushes with the secret set perform the bump.
2026-04-21 21:59:10 +02:00
..
ci.yml fix: address Devin review — docker-e2e .env, jira webhook test isolation 2026-04-13 14:36:31 +02:00
deploy.yml fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +02:00
propagate-infra-tag.yml fix(ci): propagate-infra-tag fail-soft on branch push / missing secret (#24) 2026-04-21 21:59:10 +02:00
release.yml ci(release): build image for all branches, not just feature/** (#19) 2026-04-21 21:33:57 +02:00