Bladeren bron

Polish gh-11184

Propagate rename in notify_result section.
Steve Riesenberg 3 jaren geleden
bovenliggende
commit
07f28de79b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

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

@@ -316,7 +316,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, create_release]
+    needs: [build_jdk_17, snapshot_tests, check_samples, check_tangles, deploy_artifacts, deploy_docs, deploy_schema, perform_release, perform_post_release]
     if: failure()
     runs-on: ubuntu-latest
     steps: