Skip to content

Commit

Permalink
chore: fix auto-update test release job conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych authored and komret committed Jul 4, 2024
1 parent e4e1fcc commit fad198c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-suite-desktop-web-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
createTestRelease:
description: "Create a test release."
description: "Create a test auto-update release"
required: false
type: boolean
default: false
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
./scripts/s3sync.sh staging-suite
create-test-releases:
if: github.repository == 'trezor/trezor-suite-release' && github.event.inputs.createTestRelease == true
if: github.repository == 'trezor/trezor-suite-release' && github.event.inputs.createTestRelease == 'true'
name: Create test versions for autoupdate sudite-desktop
environment: suite-production
needs:
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
retention-days: 1

suite-desktop-autoupdate-test-upload:
if: github.repository == 'trezor/trezor-suite-release' && github.event.inputs.createTestRelease == true
if: github.repository == 'trezor/trezor-suite-release' && github.event.inputs.createTestRelease == 'true'
name: Upload suite-desktop autoupdate test versions
environment: suite-production
runs-on: ubuntu-latest
Expand Down

0 comments on commit fad198c

Please sign in to comment.