diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2c3d9d1..126b3d0 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -11,7 +11,6 @@ jobs: name: Release go project runs-on: ubuntu-latest timeout-minutes: 15 - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository uses: actions/checkout@v4 @@ -28,8 +27,3 @@ jobs: with: name: serve path: ./bin/serve - on-failure: - runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'failure' }} - steps: - - run: echo 'Cannot release with failing tests'