From b7bd7b49bcd4561adc7101f33e9cfaaf9cd2ee86 Mon Sep 17 00:00:00 2001 From: Justin Eveland Date: Fri, 17 Feb 2023 15:54:59 -0500 Subject: [PATCH] fix: remove guards --- .github/workflows/pull-request.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1420c62..ca08238 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -124,7 +124,7 @@ jobs: shell: bash run: '[ "$DID_ERROR" = "false" ] && [ "$DID_PASS" = "true" ]' - job-generate-release: + job-generate-pre-release: runs-on: ubuntu-latest needs: [job-test-unit, job-test-system] steps: @@ -161,7 +161,6 @@ jobs: run: npm run package - name: Cache Docker layers - if: steps.semantic.outputs.new_release_published == 'true' uses: actions/cache@v2 with: path: /tmp/.buildx-cache @@ -170,11 +169,9 @@ jobs: ${{ runner.os }}-buildx- - name: Set up Docker Buildx - if: steps.semantic.outputs.new_release_published == 'true' uses: docker/setup-buildx-action@v1 - name: Login to GitHub Container Registry - if: steps.semantic.outputs.new_release_published == 'true' uses: docker/login-action@v1 with: registry: ghcr.io @@ -182,14 +179,12 @@ jobs: password: ${{ secrets.GHCR_PAT }} - name: Gather Docker Labels - if: steps.semantic.outputs.new_release_published == 'true' id: docker_meta uses: crazy-max/ghaction-docker-meta@v2 with: images: ghcr.io/${{ github.repository }} - name: Build and Push to GitHub Container Registry - if: steps.semantic.outputs.new_release_published == 'true' uses: docker/build-push-action@v2 with: context: .