Skip to content

Commit

Permalink
Remove conditional in auto-pr.yml
Browse files Browse the repository at this point in the history
Now that we use `workflow_call`, we don't need to check for success.
  • Loading branch information
alex authored Nov 7, 2024
1 parent df04cfa commit d4c7fd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4c7fd0

Please sign in to comment.