diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index dfcfef266f..4dd93fd04a 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -20,7 +20,9 @@ on: jobs: on-success: runs-on: ubuntu-latest - if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' && github.repository == 'leanprover/lean4' + # Run even if CI fails, as long as build artifacts are available + # The "Verify release artifacts exist" step will fail if necessary artifacts are missing + if: github.event.workflow_run.event == 'pull_request' && github.repository == 'leanprover/lean4' steps: - name: Retrieve information about the original workflow uses: potiuk/get-workflow-origin@v1_1 # https://github.com/marketplace/actions/get-workflow-origin