diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index dc96287e8b88b0..3b120004252569 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -1,14 +1,14 @@ name: test-all -on: - workflow_dispatch: - pull_request: - push: - tags: - - 'v*' - # nightly build @ 2:15 AM UTC - schedule: - - cron: '15 2 * * *' +# on: +# workflow_dispatch: +# pull_request: +# push: +# tags: +# - 'v*' +# # nightly build @ 2:15 AM UTC +# schedule: +# - cron: '15 2 * * *' jobs: set_release_type: