diff --git a/.github/workflows/ci-gradle.yml b/.github/workflows/ci-gradle.yml index d1aac455b..d02ef0a31 100644 --- a/.github/workflows/ci-gradle.yml +++ b/.github/workflows/ci-gradle.yml @@ -94,7 +94,6 @@ jobs: upload: needs: [ workflow_config, test ] - if: needs.workflow_config.outputs.do_release == 'true' || needs.workflow_config.outputs.do_snapshot_release == 'true' runs-on: ubuntu-latest steps: - name: Checkout the repository