From 7e6a03caf77b8337bd778d88a296543062584b6e Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 5 Jun 2024 09:21:42 +0200 Subject: [PATCH] Use the proper path to call workflows --- .github/workflows/release-process_tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-process_tester.yml b/.github/workflows/release-process_tester.yml index 18f11f3565..5e2d0e6d99 100644 --- a/.github/workflows/release-process_tester.yml +++ b/.github/workflows/release-process_tester.yml @@ -6,13 +6,13 @@ on: jobs: test-feature-freeze: - uses: ultimaker/cura-workflows/.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action + uses: ./.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action with: cura_version: 255.124 secrets: inherit test-release-candidate: - uses: ultimaker/cura-workflows/.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action + uses: ./.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action needs: [test-feature-freeze] with: cura_version: 255.124.0-beta.1