remove workflow_run conclusion check (#13190)

This commit is contained in:
Leithen 2026-03-31 15:13:23 -06:00 committed by GitHub
parent f026adec83
commit d818a88a5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'completed' }}
${{ github.event.workflow_run.event == 'pull_request' }}
steps:
- name: 'Download artifact'
uses: actions/github-script@v8