From a31ab3b0538cad23102060263f2fd9ce7db90c04 Mon Sep 17 00:00:00 2001 From: Arnaud Mengus <44212923+isontheline@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:39:22 +0000 Subject: [PATCH] chore: Update timeout minutes for label check workflow --- .github/workflows/label_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_check.yml b/.github/workflows/label_check.yml index afa60c0..6c2d73d 100644 --- a/.github/workflows/label_check.yml +++ b/.github/workflows/label_check.yml @@ -11,7 +11,7 @@ jobs: check_labels: name: Check Labels runs-on: ubuntu-latest - timeout-minutes: 5m + timeout-minutes: 5 steps: - name: Check Semver Labels uses: docker://agilepathway/pull-request-label-checker:latest