Skip to content

Restore automated push-triggered CI and release workflows #7

Description

@chenrui333

Push-triggered workflows are not firing in this repository, even though Actions are enabled and the workflows are active.

Evidence:

  • gh api repos/chenrui333/kafka-gitops/actions/permissions returns enabled: true
  • gh api repos/chenrui333/kafka-gitops/actions/runs?event=push&per_page=20 returns total_count: 0
  • Java CI can be run manually, and Release can be run via workflow_dispatch, but regular push and tag-push automation did not fire
  • Pushing tag 0.3.0 did not create a release run automatically

Expected:

  • branch pushes trigger gradle.yml
  • tag pushes trigger release.yml automatically

This may require repo-level investigation in addition to workflow YAML cleanup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions