From 7165fea54efcbe9123ffd413106469c9f26074f3 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:30:45 -0700 Subject: [PATCH] enable test options --- .github/workflows/_publish-mobile-github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_publish-mobile-github-release.yml b/.github/workflows/_publish-mobile-github-release.yml index 991930e6..d7bb8f00 100644 --- a/.github/workflows/_publish-mobile-github-release.yml +++ b/.github/workflows/_publish-mobile-github-release.yml @@ -30,7 +30,7 @@ on: type: boolean description: 'Run the workflow in dry-run mode without making any changes' required: false - default: false + default: true jobs: publish-release: