From f59ff152a095648d2e3bf932aefa86564294630c Mon Sep 17 00:00:00 2001 From: Kamil Wyszomierski Date: Fri, 14 Mar 2025 15:47:36 +0100 Subject: [PATCH] Order CI jobs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a30e34..e30d769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: propose-next-version: name: Propose next version + needs: test runs-on: macos-15 outputs: next-version: ${{ steps.next-version.outputs.proposed-next-version }} @@ -66,7 +67,7 @@ jobs: documentation: name: Deploy documentation - needs: test + needs: push-tag permissions: contents: read pages: write