From fbf6e6c7fad832ed07c0c882945e83bf04ce2002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Wed, 5 Jun 2024 09:39:03 +0200 Subject: [PATCH] fix: disable upstream GH workflows --- .github/workflows/test-all.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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: