From 6b1b6b8c2672c50af660764509d9fdf89a2cb9bd Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Wed, 18 Oct 2023 14:06:39 +0200 Subject: [PATCH] TMP disable CI dependency for testing --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7988877b0..148ff8748 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,13 +13,13 @@ permissions: contents: write jobs: - tests: - # Do only release when CI succeeds. - uses: ./.github/workflows/workflow.yaml + #tests: + # # Do only release when CI succeeds. + # uses: ./.github/workflows/workflow.yaml release: - # Do only release when CI succeeds. - needs: [tests] + ## Do only release when CI succeeds. + #needs: [tests] runs-on: ubuntu-latest steps: - name: Checkout