diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 6568a567..f197a4a1 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -16,9 +16,9 @@ jobs: release: name: Ceylon-Release-Python runs-on: ubuntu-20.04 - if: > - github.event.workflow_run.conclusion == 'success' && - startsWith(github.event.workflow_run.head_branch, 'refs/tags/') +# if: > +# github.event.workflow_run.conclusion == 'success' && +# startsWith(github.event.workflow_run.head_branch, 'refs/tags/') steps: - uses: actions/checkout@v4