From d297756ed366907aae673ac4c624d44ded8b175d Mon Sep 17 00:00:00 2001 From: Justin Zhang Date: Mon, 2 Oct 2023 22:55:18 -0400 Subject: [PATCH] Undo manifest failure check --- .github/workflows/cdkactions_validate.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cdkactions_validate.yaml b/.github/workflows/cdkactions_validate.yaml index e2ab7de0..89ae58d5 100644 --- a/.github/workflows/cdkactions_validate.yaml +++ b/.github/workflows/cdkactions_validate.yaml @@ -17,12 +17,12 @@ jobs: yarn build git --no-pager diff ../workflows git diff-index --quiet HEAD -- ../workflows - - name: Push updated manifests - if: failure() - run: |- - cd .github/workflows - git config user.name github-actions - git config user.email github-actions[bot]@users.noreply.github.com - git add . - git commit -m "Update cdkactions manifests" || exit 0 - git push + # - name: Push updated manifests + # if: failure() + # run: |- + # cd .github/workflows + # git config user.name github-actions + # git config user.email github-actions[bot]@users.noreply.github.com + # git add . + # git commit -m "Update cdkactions manifests" || exit 0 + # git push