-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue: support for reusable workflows #826
Comments
I want to add someone found the beta documentation ( source ) I'm going to implement it in my own actions-service (runner.server) It seems to be even deployed as beta. Far more information than in the roadmap. EDIT 2021/10/28: EDIT 2022/03/28
TODO:
|
We just started implementing reusable workflows. As I was going through the pains of several commits and merges leading to broken workflows I came across this repo! It was linked in the recent Thoughtworks Technology Radar. Anyways just here to say I'm looking forward to using it !! |
This comment has been minimized.
This comment has been minimized.
That's because they are not supported |
This comment has been minimized.
This comment has been minimized.
This comment was marked as duplicate.
This comment was marked as duplicate.
Yes, that's why this issue is opened --- EDIT --- Issue is locked because none of recent responses are helpful at all. Please familiarise yourself with https://github.com/golang/go/wiki/NoPlusOne/ |
This comment was marked as spam.
This comment was marked as spam.
This changes adds cloning of a remote repository to run a workflow included in it. Closes #826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
This changes adds cloning of a remote repository to run a workflow included in it. Closes nektos#826
* feat: add remote reusable workflows This changes adds cloning of a remote repository to run a workflow included in it. Closes #826 * fix: defer plan creation until clone is done We need wait for the full clone (and only clone once) before we start to plan the execution for a remote workflow Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
ref: github/roadmap#98
GitHub is going to support reusable workflows (similar to Azure DevOps Pipelines)
The text was updated successfully, but these errors were encountered: