Skip to content

Commit 45fa273

Browse files
committed
Update post-pr-actions condition to always run for validation
1 parent b65732d commit 45fa273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/new-event-intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314

315315
post-pr-actions:
316316
needs: [process-new-event, process-edit-event, create-pr]
317-
if: needs.create-pr.outputs.pull-request-number != ''
317+
if: always() && needs.create-pr.outputs.pull-request-number != ''
318318
runs-on: ubuntu-latest
319319
timeout-minutes: 5
320320
env:

0 commit comments

Comments
 (0)