Skip to content

Commit

Permalink
Only Check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Sep 27, 2024
1 parent 1731f87 commit 7db2fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle-task: ['check', 'testSerial', 'testParallel', 'testOutOfBand']
gradle-task: ['check']
test-jvm-version: ['11', '17', '21', '23']
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7db2fe1

Please sign in to comment.