Skip to content

CI: 'Record attestation' (attest) never runs on main #798

Description

@0xLeif

Found while fixing #796 (PR #797). The attest job ("Record attestation") was skipped on all of the last 15 pushes to main, including ones where Required CI gate succeeded. Its job-level success() check covers every job upstream, not just its direct dependencies, and corvid-pet is always skipped on pushes, so attest never runs.

Expected: attest runs on every push to main where the required gate passes. It should probably use if: always() && needs.<gate>.result == 'success', scoped to its direct dependencies.

🤖 Generated with Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions