diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 9c51aa74..70e9d2c1 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -33,10 +33,10 @@ jobs: git checkout -b ${{ steps.vars.outputs.branch }} echo "Commit hash: ${GITHUB_SHA}" git push origin ${{ steps.vars.outputs.branch }} - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - title: "Update frontend build" - body: "This PR updates the frontend build." - branch: ${{ steps.vars.outputs.branch }} - base: "master" \ No newline at end of file + # - name: Create Pull Request + # uses: peter-evans/create-pull-request@v3 + # with: + # title: "Update frontend build" + # body: "This PR updates the frontend build." + # branch: ${{ steps.vars.outputs.branch }} + # base: "master" \ No newline at end of file