-
Notifications
You must be signed in to change notification settings - Fork 7
GitHub Action workflow_dispatch support #54
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
Merged
arpad-csepi
merged 13 commits into
refactor/improve-reusability-of-csit
from
feat/gh-action-repository-dispatch
Apr 8, 2025
Merged
GitHub Action workflow_dispatch support #54
arpad-csepi
merged 13 commits into
refactor/improve-reusability-of-csit
from
feat/gh-action-repository-dispatch
Apr 8, 2025
Conversation
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
88a51a2 to
59cc4af
Compare
56684f1 to
1b79dca
Compare
d124014 to
8c2016b
Compare
88d78d6 to
0e6d777
Compare
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
0e6d777 to
467a2d3
Compare
fdcd3d8
into
refactor/improve-reusability-of-csit
9 of 10 checks passed
arpad-csepi
added a commit
that referenced
this pull request
Apr 8, 2025
* feat(integration): add repository_dispatch trigger Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * chore(integration): remove comments Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integration): add option to checkout repository Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): replace deploys with action Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): add checkout path input Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): rename input name to reflect docker tag Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): override tag version from client payload Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): add test workflow to test trigger Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): replace repository_dispatch to workflow_dispatch Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): rewrite ci test Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): replace dash with underscore Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): rename step name Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * feat(integrations): expose image flags to main taskfile Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> --------- Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
arpad-csepi
added a commit
that referenced
this pull request
Apr 10, 2025
* feat(integration): add repository_dispatch trigger Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * chore(integration): remove comments Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integration): add option to checkout repository Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): replace deploys with action Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): add checkout path input Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): rename input name to reflect docker tag Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): override tag version from client payload Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): add test workflow to test trigger Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): replace repository_dispatch to workflow_dispatch Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): rewrite ci test Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): replace dash with underscore Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * ci(integrations): rename step name Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * feat(integrations): expose image flags to main taskfile Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> --------- Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
arpad-csepi
added a commit
that referenced
this pull request
Apr 11, 2025
* Split taskfiles by components (#49) * Reusable GitHub action for deploy components (#50) * GitHub Action workflow_dispatch support (#54) * ci(integrations): remove trigger from test CI workflow * Remove embedded helm charts (#57) * ci: run GW test on latest ubuntu * chore: add missing default tasks * fix(integrations): change default dirctl bin path * fix: exclude default task for better autocompletion * fix(integrations): solve var collision & remove hardcoded url * fix(integrations): replace fix path to dirctl bin path * chore(integrations): update readme task commands --------- Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com> Co-authored-by: Peter Balogh <p.balogh.sa@gmail.com>
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.
No description provided.