From bf803cbf14f2e6acc745c34a552305eea4b25bab Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Wed, 7 Jun 2023 15:52:37 +0800 Subject: [PATCH] ci: fix deploy workflow (#3989) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f082325a2..a867c57f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: dockerize-cloud: # Use normal machine for OSS release since we'll build on Depot runs-on: ${{ (inputs.target || 'dev') == 'dev' && 'ubuntu-latest' || 'ubuntu-latest-4-cores' }} - if: github.event_name != 'workflow_dispatch' + if: ${{ !startsWith(github.ref, 'refs/tags/') }} steps: - uses: actions/checkout@v3