From edc4f660fc5ec0b6cf8782fb992de86716489dd9 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 7 May 2024 08:43:10 -0500 Subject: [PATCH] ci: Fix release workflow --- .github/workflows/release-web.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 31e2852..3cc9773 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -1,9 +1,6 @@ -name: Validate +name: Release Web on: workflow_dispatch: - push: - branches: - - main jobs: validate: @@ -12,6 +9,7 @@ jobs: release: runs-on: ubuntu-22.04 + needs: [validate] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup