ci(linux): skip review when generating assets [skip ci]
This commit is contained in:
parent
333d381b79
commit
def8660f29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stable-linux.yml
vendored
2
.github/workflows/stable-linux.yml
vendored
|
@ -357,7 +357,7 @@ jobs:
|
|||
with:
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
isClassic: 'true'
|
||||
if: env.SHOULD_BUILD == 'yes'
|
||||
if: env.SHOULD_DEPLOY_TO_RELEASE == 'yes' || env.SHOULD_DEPLOY_TO_STORE == 'yes'
|
||||
|
||||
- uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue