From efad9eaa48f524e5f550a37d5e9183859c057e8a Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 25 Mar 2022 15:33:07 +0100 Subject: [PATCH] Fix paths --- .github/workflows/aaa-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aaa-build.yml b/.github/workflows/aaa-build.yml index 9ae59ad..e411442 100644 --- a/.github/workflows/aaa-build.yml +++ b/.github/workflows/aaa-build.yml @@ -49,7 +49,7 @@ jobs: # (2/2) Build 'base' deploy-manifests: needs: [params, configure, deploy-images] - uses: ./.github/workflows/aaa-reuse-deploy.yml + uses: ./.github/workflows/aaa-reuse-deploy-manifests.yml with: enabled: true can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}