Skip to content

Commit 96586ad

Browse files
committed
Adjust prerequisites
1 parent 90f01d1 commit 96586ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
./gradlew checkSamples --stacktrace
102102
check_tangles:
103103
name: Check for Package Tangles
104-
needs: [ prerequisites ]
104+
needs: [ prerequisites, build_jdk_11 ]
105105
runs-on: ubuntu-latest
106106
if: needs.prerequisites.outputs.runjobs
107107
steps:
@@ -119,7 +119,7 @@ jobs:
119119
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
120120
export GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
121121
export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
122-
./gradlew check s101 --stacktrace
122+
./gradlew s101 --stacktrace
123123
deploy_artifacts:
124124
name: Deploy Artifacts
125125
needs: [build_jdk_11, snapshot_tests, check_samples, check_tangles]

0 commit comments

Comments
 (0)