Skip to content

Commit 5533efe

Browse files
committed
Uncomment needs
1 parent bbd0991 commit 5533efe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/extended.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@ on:
3636
inputs:
3737
pr_number:
3838
description: 'Pull request number'
39-
required: false
4039
type: string
4140
check_run_id:
4241
description: 'Check run ID for status updates'
43-
required: false
4442
type: string
4543
pr_head_sha:
4644
description: 'PR head SHA'
47-
required: false
4845
type: string
4946

5047
permissions:
@@ -150,9 +147,7 @@ jobs:
150147
151148
# If the workflow was triggered by the PR comment we need to manually update check status to display in UI
152149
update-check-status:
153-
# Uncomment proper needs once testing is done
154-
# needs: [linux-build-lib, linux-test-extended, hash-collisions, sqllogictest-sqlite]
155-
needs: [linux-build-lib]
150+
needs: [linux-build-lib, linux-test-extended, hash-collisions, sqllogictest-sqlite]
156151
runs-on: ubuntu-latest
157152
if: ${{ always() && github.event_name == 'workflow_dispatch' }}
158153
steps:

0 commit comments

Comments
 (0)