Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit cddcfd5

Browse files
authored
Remove trigger simulator build
1 parent 2176fac commit cddcfd5

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/build-unsigned-ipa.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -538,27 +538,4 @@ jobs:
538538
git commit -m "Update apps.json for ProSign v${VERSION}"
539539
echo "Pushing apps.json to ${PAGES_REPO}:main"
540540
git push "https://x-access-token:${PAGES_PAT}@github.com/${PAGES_REPO}.git" HEAD:main
541-
shell: bash
542-
543-
trigger-simulator-build:
544-
name: Trigger Simulator Build
545-
needs: build-unsigned-ipa
546-
if: needs.build-unsigned-ipa.outputs.release_exists == 'true'
547-
runs-on: ubuntu-latest
548-
steps:
549-
- name: Install GitHub CLI
550-
run: |
551-
if ! command -v gh >/dev/null 2>&1; then
552-
echo "Installing GitHub CLI..."
553-
sudo apt update
554-
sudo apt install gh -y || true
555-
fi
556-
echo "gh version: $(gh --version || echo 'not installed')"
557-
- name: Trigger simulator-build.yml
558-
env:
559-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
560-
run: |
561-
echo "Version already exists — triggering simulator build workflow..."
562-
gh workflow run "simulator-build.yml" \
563-
--repo "$GITHUB_REPOSITORY" \
564-
--ref main
541+
shell: bash

0 commit comments

Comments
 (0)