Skip to content

Commit

Permalink
[Issue-1753] Optimize build time
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 13, 2024
1 parent 0ac52d2 commit 78d4d91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
# iOS build workflow -------------------------------------------------
build-ios:
name: iOS builds
runs-on: self-hosted
env:
runs-on:
- labels: self-hosted
timeout-minutes: 0
- labels: macos-13
timeout-minutes: 10
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT }}
KS_PASSWORD: ${{ secrets.KS_PASSWORD }}
Expand Down

0 comments on commit 78d4d91

Please sign in to comment.