File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
if : steps.cache-flink.outputs.cache-hit != 'true'
80
80
run : wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
81
81
82
- - name : Compile and test flink-connector-opensearch
82
+ - name : Compile and test
83
83
timeout-minutes : 30
84
84
run : |
85
85
set -o pipefail
Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
# ###############################################################################
18
18
19
- name : Build flink-connector-opensearch
19
+ name : CI
20
20
on : [push, pull_request]
21
21
concurrency :
22
22
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 : Build flink-connector-opensearch
19
+ name : Nightly
20
20
on :
21
21
schedule :
22
22
- cron : " 0 0 * * 0"
You can’t perform that action at this time.
0 commit comments