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

Use inputs.wic_ref in concurrency judgement. #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ywang271828
Copy link
Member

Problem Description:
When two PRs are opened simultaneously on WIC, the latter one will kill the github actions from the first one.

Reason:
This happens because actions from both PRs are running on the master branch of the PolusAI wic repo.

Fix:
Use the ref name of the incoming feature branch to differentiate PRs.

Copy link

sweep-ai bot commented Dec 22, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

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.

1 participant