Skip to content

Commit

Permalink
set job timeout in semantic-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt authored Sep 6, 2024
1 parent 6ee88b4 commit 9a16600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9a16600

Please sign in to comment.