From 7a837dec7d7ad5ee1eac7c42b32cfcf192ad0e1c Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 13:48:33 -0800 Subject: [PATCH] removing post-branch checkout --- .github/workflows/superset-helm-release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 967e362ce8f..a0a5320a334 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -71,13 +71,6 @@ jobs: CR_TOKEN: "${{ github.token }}" CR_RELEASE_NAME_TEMPLATE: "superset-helm-chart-{{ .Version }}" - - name: Push changes to new branch - run: | - git checkout -b ${{ env.branch_name }} - git add . - git commit -m "Release Helm charts" - git push origin ${{ env.branch_name }} - - name: Open Pull Request uses: actions/github-script@v7 with: