From d4c7fd05e8d103e3e53cf20f3aadc14d62859bea Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 7 Nov 2024 07:19:11 -0500 Subject: [PATCH] Remove conditional in auto-pr.yml Now that we use `workflow_call`, we don't need to check for success. --- .github/workflows/auto-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 9d82b6ba..f7bb393a 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -24,7 +24,6 @@ jobs: auto-pr: runs-on: macos-latest timeout-minutes: 120 - if: github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') steps: - name: Display inputs