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: run concurrent CI on PR branches with identical names #569

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

lesshonor
Copy link
Contributor

@lesshonor lesshonor commented Oct 9, 2023

Using github.head_ref only works well when PRs are submitted from branches with unique names.

Using github.ref will change the grouping from CI-<branch_name> to CI-refs/pull/<pr_number>/merge...so CI runs for branches named vial on two different forks will no longer interrupt each other.

@xyzz xyzz merged commit aff36de into vial-kb:vial Oct 9, 2023
3 checks passed
@lesshonor lesshonor deleted the ci-fix branch October 9, 2023 10:44
Crandel pushed a commit to Crandel/vial-qmk that referenced this pull request Oct 12, 2023
lesshonor added a commit to lesshonor/vial-qmk that referenced this pull request Oct 26, 2023
lesshonor added a commit to lesshonor/vial-qmk that referenced this pull request Oct 26, 2023
lesshonor added a commit to lesshonor/vial-qmk that referenced this pull request Nov 1, 2023
zhol0777 pushed a commit to zhol0777/vial-qmk that referenced this pull request Nov 20, 2023
janvladimirmostert pushed a commit to janvladimirmostert/vial-qmk-chameleon that referenced this pull request Dec 1, 2023
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