From e5d8b098f180eac35fabe81431acb4d6114cfcbb Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 22 Mar 2023 20:26:23 -0800 Subject: [PATCH] remove unused workflow step --- .github/workflows/pull-requests.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index d3770f8..f39539b 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -12,20 +12,4 @@ jobs: frontend-tests: name: "Frontend and End-to-End Tests" - uses: ./.github/workflows/partial-frontend.yaml - - releaser: - name: "Cross Compile and Release" - runs-on: ubuntu-latest - container: - image: ghcr.io/goreleaser/goreleaser-cross:v1.20.2 - - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: "Cross Compile and Release" - working-directory: backend - run: goreleaser release --snapshot --clean --skip-publish + uses: ./.github/workflows/partial-frontend.yaml \ No newline at end of file