This is an automated email from the ASF dual-hosted git repository. rantunes pushed a commit to branch extended-services-release-job in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
commit e0d4230efa6288cfba4f649535849c8919485cd7 Author: Rodrigo Antunes <[email protected]> AuthorDate: Thu Sep 12 10:52:16 2024 -0300 Fix extended services release jobs --- .github/workflows/release_build_extended_services.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_build_extended_services.yml b/.github/workflows/release_build_extended_services.yml index 2ab15c45ebd..e558c482052 100644 --- a/.github/workflows/release_build_extended_services.yml +++ b/.github/workflows/release_build_extended_services.yml @@ -403,6 +403,7 @@ jobs: retention-days: 1 extended_services_sign_and_deploy: + needs: [extended_services_build] runs-on: ubuntu-latest steps: - name: Import GPG key --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
