Skip to content

ci: add automatic rerun workflow#321

Merged
imbajin merged 1 commit intoapache:mainfrom
contrueCT:task/migrate-rerun-ci
Apr 26, 2026
Merged

ci: add automatic rerun workflow#321
imbajin merged 1 commit intoapache:mainfrom
contrueCT:task/migrate-rerun-ci

Conversation

@contrueCT
Copy link
Copy Markdown
Contributor

Summary

  • Add a Rerun CI workflow to automatically rerun failed test CI jobs.
  • Limit reruns to CI workflows that may be affected by transient integration or service startup issues.
  • Keep automatic reruns limited to push and pull request events, with a max retry count of 2.

Details

This workflow listens to:

  • HG-Python-Client CI
  • HugeGraph-LLM CI

It does not rerun deterministic checks such as Ruff, license header checks, or CodeQL.

Verification

  • Verified workflow names against existing GitHub Actions workflow definitions.
  • Ran git diff --check.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels Apr 26, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 26, 2026
@imbajin imbajin merged commit c04f3a1 into apache:main Apr 26, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants