Skip to content

Commit bbd0991

Browse files
committed
Add lighweight test
1 parent 5525ac8 commit bbd0991

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/extended.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ jobs:
150150
151151
# If the workflow was triggered by the PR comment we need to manually update check status to display in UI
152152
update-check-status:
153-
needs: [linux-build-lib, linux-test-extended, hash-collisions, sqllogictest-sqlite]
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]
154156
runs-on: ubuntu-latest
155157
if: ${{ always() && github.event_name == 'workflow_dispatch' }}
156158
steps:

0 commit comments

Comments
 (0)