Skip to content

Commit b3e8ba0

Browse files
committed
tweak release
1 parent 3b7f64b commit b3e8ba0

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/test-release.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Amore Release
1+
name: Amore Release
22
run-name: Release Pomodoro ${{ (inputs.beta || github.ref != 'refs/heads/main') && '(beta)' || '' }}
33

44
on:
@@ -21,27 +21,17 @@ on:
2121

2222
concurrency:
2323
group: amore-release
24-
cancel-in-progress: false
24+
cancel-in-progress: true
2525

2626
jobs:
2727
release:
2828
runs-on: macos-26
2929
environment: prod
30-
# A stalled archive should fail fast with watchdog samples in the log,
31-
# not burn a 6h runner.
32-
timeout-minutes: 30
3330
steps:
3431
- uses: actions/checkout@v4
3532

3633
- uses: ./.github/actions/amore-release
3734
with:
38-
# Xcode 26.2+ on macOS 26.3+ never exits after the build finishes:
39-
# SWBBuildService keeps its pipes open and xcodebuild waits forever
40-
# (react-native-community/cli#2768; our hang sample matched the exact
41-
# affected build, 17C52). Versions below 26.2 are unaffected, and the
42-
# runner team reports 26.1 as the stable line, so pin 26.1.1 until a
43-
# fixed Xcode ships.
44-
xcode-path: /Applications/Xcode_26.1.1.app
4535
scheme: Pomodoro
4636
codesign-identity: ${{ secrets.CODESIGN_IDENTITY }}
4737
dev-id-cert-p12: ${{ secrets.DEV_ID_CERT_P12 }}

0 commit comments

Comments
 (0)