Skip to content

Commit

Permalink
Update default timeouts for .github/workflows/publish-npm.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
team-eng-enablement committed Feb 3, 2024
1 parent 669f00b commit 7bd0bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master # Change this to your default branch
jobs:
npm-publish:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
name: npm-publish
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7bd0bd0

Please sign in to comment.