File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
# ###############################################################################
18
18
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 JDBC CI
20
23
on : [push, pull_request]
21
24
concurrency :
22
25
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
# ###############################################################################
18
18
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 JDBC
20
23
on :
21
24
schedule :
22
25
- cron : " 0 0 * * 0"
You can’t perform that action at this time.
0 commit comments