[hotfix][build] Miscellaneous fixes on GHA workflows

This closes #3839
pull/3874/head
yuxiqian 2 weeks ago committed by GitHub
parent 8815f2b879
commit 3e16a66972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,10 +39,13 @@ e2e-tests:
- flink-cdc-e2e-tests/**/* - flink-cdc-e2e-tests/**/*
migration-tests: migration-tests:
- flink-cdc-migration-tests/**/* - flink-cdc-migration-tests/**/*
add-ons:
- flink-cdc-pipeline-model/**/*
- flink-cdc-pipeline-udf-examples/**/*
base: base:
- flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/**/* - flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/**/*
debezium: debezium:
- flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-debezium/**/* - flink-cdc-connect/flink-cdc-source-connectors/flink-connector-debezium/**/*
connector-test-util: connector-test-util:
- flink-cdc-connect/flink-cdc-source-connectors/flink-connector-test-util/**/* - flink-cdc-connect/flink-cdc-source-connectors/flink-connector-test-util/**/*
db2-cdc-connector: db2-cdc-connector:
@ -86,3 +89,7 @@ starrocks-pipeline-connector:
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/**/* - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/**/*
elasticsearch-pipeline-connector: elasticsearch-pipeline-connector:
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/**/* - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/**/*
oceanbase-pipeline-connector:
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oceanbase/**/*
maxcompute-pipeline-connector:
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/**/*

@ -41,11 +41,11 @@ jobs:
close-issue-message: > close-issue-message: >
This issue has been closed because Flink CDC doesn't use GitHub issue trackers. This issue has been closed because Flink CDC doesn't use GitHub issue trackers.
# Stale PRs # Stale PRs
days-before-pr-stale: 60 days-before-pr-stale: 120
days-before-pr-close: 30 days-before-pr-close: 60
stale-pr-message: > stale-pr-message: >
This pull request has been automatically marked as stale because it has not had recent This pull request has been automatically marked as stale because it has not had recent
activity for 60 days. It will be closed in 30 days if no further activity occurs. activity for 120 days. It will be closed in 60 days if no further activity occurs.
close-pr-message: > close-pr-message: >
This pull request has been closed because it has not had recent activity. You could reopen it This pull request has been closed because it has not had recent activity. You could reopen it
if you try to continue your work, and anyone who are interested in it are encouraged to continue if you try to continue your work, and anyone who are interested in it are encouraged to continue

@ -16,7 +16,7 @@
name: Flink CDC CI Nightly name: Flink CDC CI Nightly
on: on:
schedule: schedule:
- cron: '0 0 * * *' # Deploy every day - cron: '43 0 * * *' # Run daily, but not at 00:00 UTC to avoid job failure due to network throttle
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

Loading…
Cancel
Save