Skip to content

Commit ab7d782

Browse files
committed
add timeout for notarization steps
1 parent 4387fd9 commit ab7d782

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
gon -log-level=debug -log-json gon.config.hcl
132132
# gon will notarize ezecutable in "arduino-create-agent-macOS-latest/arduino-create-agent
133133
# The CI will ignore the zip output, using the signed binary only.
134+
timeout-minutes: 30
134135

135136
# This step will overwrite the non signed mac artifact (arduino-create-agent-macOS-latest)
136137
- name: Upload artifact
@@ -312,6 +313,7 @@ jobs:
312313
run: |
313314
echo "gon will notarize executable in ArduinoCreateAgent-osx/ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app"
314315
gon -log-level=debug -log-json gon.config_installer.hcl
316+
timeout-minutes: 30
315317

316318
# tar dmg file to keep executable permission
317319
- name: Tar files to keep permissions

0 commit comments

Comments
 (0)