File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616# limitations under the License.
1717# ###############################################################################
1818
19- name : CI
19+ # We need to specify repo related information here since Apache INFRA doesn't differentiate
20+ # between several workflows with the same names while preparing a report for GHA usage
21+ # https://infra-reports.apache.org/#ghactions
22+ name : Flink Connector Kafka CI
2023on : [push, pull_request]
2124concurrency :
2225 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717# ###############################################################################
1818
19- name : Nightly
19+ # We need to specify repo related information here since Apache INFRA doesn't differentiate
20+ # between several workflows with the same names while preparing a report for GHA usage
21+ # https://infra-reports.apache.org/#ghactions
22+ name : Weekly Flink Connector Kafka CI
2023on :
2124 schedule :
2225 - cron : " 0 0 * * 0"
You can’t perform that action at this time.
0 commit comments