From 3ebe4e801b2c7d4db714db40bcd697e0082ee054 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 28 Dec 2021 12:41:59 -0700 Subject: [PATCH] Fix historical spec build --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e3edf82..12d37192 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,6 +133,7 @@ jobs: build-historical-spec: name: "📖 Build the historical backup spec" runs-on: ubuntu-latest + needs: [build-openapi] if: ${{ startsWith(github.ref, 'refs/tags/') }} steps: - name: "➕ Setup Node"