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.
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/permissionsreturnsenabled: truegh api repos/chenrui333/kafka-gitops/actions/runs?event=push&per_page=20returnstotal_count: 0Java CIcan be run manually, andReleasecan be run viaworkflow_dispatch, but regularpushand tag-push automation did not fire0.3.0did not create a release run automaticallyExpected:
gradle.ymlrelease.ymlautomaticallyThis may require repo-level investigation in addition to workflow YAML cleanup.