From c3779c4d2c6f10d8bd0fc3f9c7984a54b37807b2 Mon Sep 17 00:00:00 2001 From: Donkie Date: Mon, 28 Aug 2023 20:47:42 +0200 Subject: [PATCH] Only release if style passes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbab29d..590b384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: # release: if: ${{ github.event_name != 'pull_request' }} - needs: [test, build-amd64, build-arm64, build-armv7] + needs: [test, build-amd64, build-arm64, build-armv7, style] runs-on: ubuntu-latest steps: - name: Checkout