Skip to content

Commit 9a16600

Browse files
authored
set job timeout in semantic-release.yml
1 parent 6ee88b4 commit 9a16600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
jobs:
77
release:
88
name: Release
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
10+
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@v4

0 commit comments

Comments
 (0)