diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ea69542..4c42b96 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -42,6 +42,7 @@ jobs: name: 3. RESULT runs-on: ubuntu needs: [build,test] + if: ${{ needs.build.outputs.is_beta == 'false' }} env: VERSION: ${{ needs.test.outputs.version }} IS_BETA: ${{ needs.build.outputs.is_beta }}