Skip to content

Commit

Permalink
Apply timeout for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed May 15, 2024
1 parent 2be46bf commit 692c37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
lane: release
env:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120
BUILD_NUMBER: ${{ github.run_number }}
APP_ID: ${{ secrets.APP_ID }}
GIT_AUTHORIZATION: ${{ secrets.GIT_AUTHORIZATION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
lane: dev
env:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120
BUILD_NUMBER: ${{ github.run_number }}
APP_ID: ${{ secrets.APP_ID }}
GIT_AUTHORIZATION: ${{ secrets.GIT_AUTHORIZATION }}
Expand Down

0 comments on commit 692c37f

Please sign in to comment.