Skip to content

Commit

Permalink
Update timeout for .github/workflows/release.yaml (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-eng-enablement committed Mar 6, 2024
1 parent 33e373f commit 9be5691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
goreleaser:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -33,6 +34,7 @@ jobs:
path: dist/*

build-push-images:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
steps:
- name: Add standard tags
Expand Down

0 comments on commit 9be5691

Please sign in to comment.