ulysses/.github/workflows
Kenny Van de Maele aab203cf51
fix(ci): correct malformed expression in docker-publish Inspect step (#3425)
The Inspect step had `${{ github.ref == ''refs/heads/main'' ... }}` with
doubled single quotes (YAML-scalar escaping) inside a `run: |` block, which
GitHub's expression parser rejects, failing the whole workflow at startup
(no jobs run). Replace with a plain shell conditional on $GITHUB_REF.
2026-06-08 12:06:00 +02:00
..
ci.yml ci: skip pytest smoke on documentation-only changes (#2768) 2026-06-06 16:00:46 +01:00
docker-publish.yml fix(ci): correct malformed expression in docker-publish Inspect step (#3425) 2026-06-08 12:06:00 +02:00
issue-description-check.yml ci: enforce issue/PR description completeness for template-bypassing submissions (#1959) 2026-06-03 16:58:10 +02:00
pr-description-check.yml fix(ci): restore pull-requests:write for PR label/comment writes (#3367) 2026-06-08 00:26:30 +02:00