Skip to content

Commit

Permalink
Paywalls: Allow trigger manual paywall tester release (#1406)
Browse files Browse the repository at this point in the history
### Description
Allow triggering paywall tester upload to play console manually.
  • Loading branch information
tonidero committed Oct 31, 2023
1 parent 356dff0 commit 4e04eaa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ orbs:
parameters:
action:
type: enum
enum: [default, bump]
enum: [default, bump, paywall_tester_release]
default: default

commands:
Expand Down Expand Up @@ -650,4 +650,10 @@ workflows:
tags:
ignore: /.*/
branches:
only: paywalls
only: paywalls

manual-paywall-tester-release:
when:
equal: [ paywall_tester_release, << pipeline.parameters.action >> ]
jobs:
- publish-paywall-tester-release

0 comments on commit 4e04eaa

Please sign in to comment.