mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: fix deploy workflow (#3989)
This commit is contained in:
parent
902a5cf088
commit
bf803cbf14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
dockerize-cloud:
|
dockerize-cloud:
|
||||||
# Use normal machine for OSS release since we'll build on Depot
|
# Use normal machine for OSS release since we'll build on Depot
|
||||||
runs-on: ${{ (inputs.target || 'dev') == 'dev' && 'ubuntu-latest' || 'ubuntu-latest-4-cores' }}
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue