From 140970e6d2dec0e17d934893c74c187f6eaad854 Mon Sep 17 00:00:00 2001 From: Jakub Warczarek Date: Wed, 8 Nov 2023 10:16:03 +0100 Subject: [PATCH] fix(ci): change path for regeneration of manifests for e2e tests --- .github/workflows/regenerate_on_deps_bump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate_on_deps_bump.yaml b/.github/workflows/regenerate_on_deps_bump.yaml index d283e258fd..5fcacbad74 100644 --- a/.github/workflows/regenerate_on_deps_bump.yaml +++ b/.github/workflows/regenerate_on_deps_bump.yaml @@ -30,7 +30,7 @@ jobs: run: | git config --global user.name "github-actions" git config --global user.email "github-actions@users.noreply.github.com" - git add ./deploy/single + git add ./test/e2e/manifests git diff-index --quiet HEAD || \ git commit -m "chore: regenerate manifests" && \ git push origin ${{ github.event.pull_request.head.ref }}