0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

ci: update release workflow (#3848)

This commit is contained in:
Gao Sun 2023-05-16 17:22:40 +08:00 committed by GitHub
parent 404fe9a03f
commit 1ae02ff420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,6 @@ on:
push:
branches:
- master
tags:
- v*.*.*
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
@ -97,6 +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'
steps:
- uses: actions/checkout@v3