Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12233 from kumahq/ci/allow-to-run-gh-built-test-d…
…istribute-workflow-on-workflow-dispatch-release-2-6 ## Motivation We don’t know how stable our CI is on release branches because we don’t make changes to them often. This means we don’t get enough feedback about their status. ## Implementation information This is a part of the effort to run tests on CI for release branches on schedule. As GitHub doesn't allow to run workflows on schedule from branches other than default (master in our case), the best solution I could find is to allow to run `build-test-distribute` workflow on `workflow_dispatch` event and then in master on schedule send a REST call to manually trigger these workflows on wanted release branches. ## Supporting documentation <!-- Is there a MADR? An Issue? A related PR? --> Part of: - #12164 - #12163 <!-- > Changelog: skip --> <!-- Uncomment the above section to explicitly set a [`> Changelog:` entry here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)? --> Signed-off-by: Bart Smykla <[email protected]>
- Loading branch information