Browse Source

Simplify dependency graph

pull/11648/head
Steve Riesenberg 3 years ago
parent
commit
e3d1405f67
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 2
      .github/workflows/continuous-integration-workflow.yml

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

@ -292,7 +292,7 @@ jobs: @@ -292,7 +292,7 @@ jobs:
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
notify_result:
name: Check for failures
needs: [build_jdk_17, snapshot_tests, check_samples, check_tangles, deploy_artifacts, deploy_docs, deploy_schema, perform_release, perform_post_release]
needs: [perform_release, perform_post_release]
if: failure()
runs-on: ubuntu-latest
permissions:

Loading…
Cancel
Save