Run only a single workflow per agent#4019
Closed
theanurin wants to merge 7 commits intowoodpecker-ci:mainfrom
Closed
Run only a single workflow per agent#4019theanurin wants to merge 7 commits intowoodpecker-ci:mainfrom
theanurin wants to merge 7 commits intowoodpecker-ci:mainfrom
Conversation
4b1d131 to
f890be9
Compare
f890be9 to
8bac444
Compare
|
I am experimenting with a rebased version of this change locally and I like it. How can we move this change along? I would be glad to put up a pull request with the rebase if that would help. |
Contributor
|
@cliffmccarthy thanks, you can of course open a PR (otherwise we can't really continue) |
cliffmccarthy
added a commit
to cliffmccarthy/woodpecker
that referenced
this pull request
Feb 22, 2026
- Added log message before canceling in error case. - Return after calling ctxCancel. - This makes the control flow for the single-workflow case match what it was in the original implementation of woodpecker-ci#4019. As of commit 5c9fc61, the 'err' value is never propagated to the caller, so this implementation returns nil. - Fixed grammar in startup log message.
Contributor
|
superseded by #6150 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Will be completed after release v3.0 ...
Currently it works incorrectly.
Related #2176