Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI): fix eco-ci ref & release checkout branch #3746

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

9aoy
Copy link
Collaborator

@9aoy 9aoy commented Oct 17, 2024

Summary

  • fix eco-ci ref: should use eco-ci main brach instead of rsbuild target branch.
  • fix release checkout branch: should use selected branch

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copy link

netlify bot commented Oct 17, 2024

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit cad8745
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/67108f87e9d4cc00080cdcb5
😎 Deploy Preview https://deploy-preview-3746--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 77 (🟢 up 4 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -42,13 +42,14 @@ jobs:
repo: "rsbuild-ecosystem-ci"
workflow_file_name: "ecosystem-ci-selected.yml"
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
ref: ${{ github.event.inputs.branch }}
ref: "main"
Copy link
Member

Choose a reason for hiding this comment

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

Why use main instead of the input branch here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's the rsbuild-ecosystem-ci's reference of the workflow run, not rsbuild ref. the input branch should be passed in client_payload.
https://github.com/convictional/trigger-workflow-and-wait?tab=readme-ov-file#arguments

Copy link
Member

Choose a reason for hiding this comment

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

get

@chenjiahan chenjiahan changed the title ci: fix eco-ci ref & release checkout branch chore(CI): fix eco-ci ref & release checkout branch Oct 17, 2024
@chenjiahan chenjiahan merged commit 87a3918 into main Oct 17, 2024
11 checks passed
@chenjiahan chenjiahan deleted the ci/input-branch branch October 17, 2024 07:11
@chenjiahan chenjiahan mentioned this pull request Oct 20, 2024
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.

2 participants