Skip to content

Commit e3d1405

Browse files
author
Steve Riesenberg
committed
Simplify dependency graph
1 parent e756a1d commit e3d1405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
293293
notify_result:
294294
name: Check for failures
295-
needs: [build_jdk_17, snapshot_tests, check_samples, check_tangles, deploy_artifacts, deploy_docs, deploy_schema, perform_release, perform_post_release]
295+
needs: [perform_release, perform_post_release]
296296
if: failure()
297297
runs-on: ubuntu-latest
298298
permissions:

0 commit comments

Comments
 (0)