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

ci: fix concurrency for pull_request_target (again) #6917

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

phymbert
Copy link
Collaborator

Motivation

To recall pull_request_target does not work the same as pull_request CI trigger event.

We want all master commit to complete, we want only one concurrent job per pull request.

This is to fix job cancellation on master:

https://github.com/ggerganov/llama.cpp/actions/runs/8842143648

References

@phymbert phymbert added the build Compilation issues label Apr 26, 2024
@phymbert phymbert requested a review from ggerganov April 26, 2024 07:14
@phymbert phymbert merged commit 7d641c2 into master Apr 26, 2024
23 of 26 checks passed
@phymbert phymbert deleted the hp/ci-fix-concurrency branch April 26, 2024 07:27
nopperl pushed a commit to nopperl/llama.cpp that referenced this pull request May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Compilation issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants