From 335dea13b65dbd9589385fcd4f8478315a69ff39 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 1 Aug 2024 20:45:06 +0200 Subject: [PATCH] ci: remove not satisfied conditions & cleanup --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5d8c76..808b42c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,9 +7,7 @@ on: jobs: release: - runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout code @@ -30,7 +28,6 @@ jobs: GIT_TAG=$TAG make clean build - name: Create release - if: startsWith(github.ref, 'refs/tags/v') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -38,4 +35,3 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - name: Release ${{ github.ref }}