Skip to content

Commit

Permalink
Add timeouts to the alpha job.
Browse files Browse the repository at this point in the history
The alpha job has been running for 360 minutes for the last few nights, so I’m pushing this directly to stop the bleeding while debugging the problem.
  • Loading branch information
samsymons committed Dec 27, 2023
1 parent 8fbbac2 commit 4fb7ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
make-alpha:
runs-on: macos-13
name: Make TestFlight Alpha Build
timeout-minutes: 30

env:
destination: ${{ github.event.inputs.destination || inputs.destination }}
Expand Down

0 comments on commit 4fb7ae2

Please sign in to comment.