Martijn Visser created FLINK-31923:
--------------------------------------
Summary: Connector weekly runs are only testing main branches
instead of all supported branches
Key: FLINK-31923
URL: https://issues.apache.org/jira/browse/FLINK-31923
Project: Flink
Issue Type: Bug
Components: Build System, Connectors / Common
Reporter: Martijn Visser
Assignee: Martijn Visser
We have a weekly scheduled build for connectors. That's only triggered for the
{{main}} branches, because that's how the Github Actions {{schedule}} works,
per
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
We can resolve that by having the Github Action flow checkout multiple branches
as a matrix to run these weekly tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)