Skip to content

Commit 95dda33

Browse files
authored
Merge pull request #33 from isontheline/staging
chore: Update timeout minutes for label check workflow
2 parents d32d6c0 + 03d6380 commit 95dda33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check_labels:
1212
name: Check Labels
1313
runs-on: ubuntu-latest
14-
timeout-minutes: 5m
14+
timeout-minutes: 5
1515
steps:
1616
- name: Check Semver Labels
1717
uses: docker://agilepathway/pull-request-label-checker:latest

0 commit comments

Comments
 (0)