Skip to content

Commit

Permalink
Update default timeouts for .github/workflows/changelog-requirement.y…
Browse files Browse the repository at this point in the history
…ml [skip ci]
  • Loading branch information
team-eng-enablement committed Feb 3, 2024
1 parent 2965946 commit 4d78cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog-requirement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
require-changelog:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
if: ${{ !contains(github.event.*.labels.*.name, 'skip-changelog') }}
name: Requires changelog
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d78cb3

Please sign in to comment.