From d97362870b4066ef65276127f60613b949676c18 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 21 May 2024 15:32:22 -0700 Subject: [PATCH] actions: always update lock and docs when a release PR is open --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 74aaafca0d..5b72df193a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: update-lock-and-docs: runs-on: ubuntu-latest needs: release - if: ${{ needs.release.outputs.pr && !needs.release.outputs.releases_created }} + if: ${{ needs.release.outputs.pr }} steps: - name: Checkout uses: actions/checkout@v3