You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage issue is not resolved by updating to the latest stable version in the main branch.
Describe your current environment
No response
Describe the bug
Description:
When submitting a PR, the GitHub workflow is triggered to run tests using the current main repository code rather than the changes in the PR code. This behavior causes issues such as:
Fixes introduced in the PR being marked as failed during workflow tests.
PRs with unresolved issues being marked as passed if the main repo code is fixed independently.
Steps to Reproduce:
Create a PR with fixes to an existing problem.
Observe that the workflow runs against the main repository's code rather than the changes in the PR.
Merge the PR into the main repository and observe that the workflow succeeds when triggered by the main repo code.
Expected Behavior:
The workflow should run tests using the PR code to ensure changes introduced in the PR are verified.
Observed Behavior:
The workflow runs using the main repository code, leading to false negatives and positives in the test results.
The text was updated successfully, but these errors were encountered:
Checked other resources
Describe your current environment
No response
Describe the bug
Description:
When submitting a PR, the GitHub workflow is triggered to run tests using the current main repository code rather than the changes in the PR code. This behavior causes issues such as:
Fixes introduced in the PR being marked as failed during workflow tests.
PRs with unresolved issues being marked as passed if the main repo code is fixed independently.
Steps to Reproduce:
Create a PR with fixes to an existing problem.
Observe that the workflow runs against the main repository's code rather than the changes in the PR.
Merge the PR into the main repository and observe that the workflow succeeds when triggered by the main repo code.
Expected Behavior:
The workflow should run tests using the PR code to ensure changes introduced in the PR are verified.
Observed Behavior:
The workflow runs using the main repository code, leading to false negatives and positives in the test results.
The text was updated successfully, but these errors were encountered: