Skip to content

feat: use github-hosted runner in neug-test#317

Merged
longbinlai merged 6 commits into
alibaba:mainfrom
lnfjpt:refine-workflow
May 11, 2026
Merged

feat: use github-hosted runner in neug-test#317
longbinlai merged 6 commits into
alibaba:mainfrom
lnfjpt:refine-workflow

Conversation

@lnfjpt
Copy link
Copy Markdown
Collaborator

@lnfjpt lnfjpt commented May 6, 2026

Fixes #328

@lnfjpt lnfjpt changed the title feat: use github-hosted runner in neug-test (WIP) feat: use github-hosted runner in neug-test May 8, 2026
@zhanglei1949 zhanglei1949 requested a review from Copilot May 11, 2026 03:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the neug-test GitHub Actions workflow to use GitHub-hosted runners when self-hosted runners aren’t available (e.g., in forks), addressing #328.

Changes:

  • Removes the push trigger restriction to only run on main.
  • Adds a build matrix for x86_64 and arm64 with conditional runner selection (self-hosted on upstream repo, GitHub-hosted otherwise).
  • Sets fail-fast: false for matrix jobs to reduce cross-arch cancellation impact.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -21,8 +21,6 @@ on:
- 'CMakeLists.txt'
- 'doc/source/tutorials/**'
push:
Comment thread .github/workflows/neug-test.yml
Copy link
Copy Markdown
Member

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@longbinlai longbinlai merged commit 8978071 into alibaba:main May 11, 2026
4 checks passed
@lnfjpt lnfjpt mentioned this pull request May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use GitHub-hosted runners to execute CI/CD workflows on a forked repository.

4 participants