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

Fix CI test changed file detect issue #618

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Fix CI test changed file detect issue #618

merged 1 commit into from
Aug 18, 2024

Conversation

chensuyue
Copy link
Collaborator

@chensuyue chensuyue commented Aug 18, 2024

Description

The original used base_commit=${{ github.event.pull_request.base.sha }} is freeze when the PR is created. So if the main branch has new changes, the changed files detect will be wrong.

Issues

Same issue as opea-project/GenAIComps#512

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

@lvliang-intel lvliang-intel merged commit 5dcadf3 into main Aug 18, 2024
9 checks passed
@lvliang-intel lvliang-intel deleted the suyue/ci_fix branch August 18, 2024 11:31
dmsuehir pushed a commit to dmsuehir/GenAIExamples that referenced this pull request Sep 11, 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.

3 participants