agnes-the-ai-analyst/.github
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
..
workflows fix(ci): propagate-infra-tag fail-soft on branch push / missing secret (#24) 2026-04-21 21:59:10 +02:00