Skip to content

Commit d561310

Browse files
chore(CI): Run one example at a time (#192)
1 parent 4277fc3 commit d561310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# Don't run the nightly build on forks
2929
if: github.event_name != 'schedule' || github.repository_owner == 'awslabs'
3030
strategy:
31+
max-parallel: 1 # TODO: Fix jobs failing when running in parallel
3132
matrix:
3233
java-version: [ 8, 11, 16, 17 ]
3334
os: [

0 commit comments

Comments
 (0)