This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
commit 2c63a3c0fb5ea02c7f9526afd8630903195f6dd8 Author: Kirs <[email protected]> AuthorDate: Thu Oct 27 08:52:23 2022 +0800 [CI]Set docker tests to be executed at regular intervals We already have enough IT tests so that we don't need to run this test every time. --- .github/workflows/docker.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1cf4140aa..e24b111c0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,18 +18,8 @@ name: Test Docker Images on: - push: - pull_request: - branches: - - dev - paths-ignore: - - 'docs/**' - - '**/*.md' - - 'seatunnel-ui/**' - -concurrency: - group: docker-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + schedule: + - cron: '0 0 12 * * ?' jobs: check:
