From ccb9280edae10e85005720399b29d7224eb10822 Mon Sep 17 00:00:00 2001 From: Oleg Yukhnevich Date: Wed, 22 May 2024 23:04:54 +0300 Subject: [PATCH] temporary disable checks on release --- .github/workflows/ci-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index f6094694..8feeff89 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -5,9 +5,9 @@ on: - '*' jobs: - test: - uses: ./.github/workflows/run-tests.yml + # test: + # uses: ./.github/workflows/run-tests.yml publish: - needs: [ test ] + # needs: [ test ] uses: ./.github/workflows/publish-release.yml secrets: inherit