Skip to content

Use inputs.wic_ref in concurrency judgement.#132

Open
ywang271828 wants to merge 1 commit intoPolusAI:masterfrom
ywang271828:pr_concurrency
Open

Use inputs.wic_ref in concurrency judgement.#132
ywang271828 wants to merge 1 commit intoPolusAI:masterfrom
ywang271828:pr_concurrency

Conversation

@ywang271828
Copy link
Contributor

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.

@sweep-ai-deprecated
Copy link

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