Browse Source

Update .github/workflows/_publish-mobile-github-release.yml

Co-authored-by: Andy Pixley <3723676+pixman20@users.noreply.github.com>
pull/446/head
Amy Galles 3 months ago committed by GitHub
parent
commit
4c59170485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/_publish-mobile-github-release.yml

4
.github/workflows/_publish-mobile-github-release.yml

@ -309,10 +309,10 @@ jobs: @@ -309,10 +309,10 @@ jobs:
run: |
if [ "${{ inputs.dry_run }}" = "true" ]; then
echo "Dry run mode - skipping gh workflow disable command"
gh workflow list publish-github-release.yml
gh workflow list "$WORKFLOW_NAME"
else
echo "Disabling workflow to prevent further runs"
gh workflow disable publish-github-release.yml
gh workflow disable "$WORKFLOW_NAME"
fi
- name: Upload workflow state artifact

Loading…
Cancel
Save