From fca0914d4fed1bea14fd6ee5fce9ae70ec0cbfdb Mon Sep 17 00:00:00 2001 From: Kong Team Eng Enablement Bot <96491250+team-eng-enablement@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:58:16 -0800 Subject: [PATCH] Update timeout for .github/workflows/release-publish.yml (#7055) * Update default timeouts for .github/workflows/release-publish.yml [skip ci] * configure timeout --------- Co-authored-by: Filipe Freire --- .github/workflows/release-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 40d8006bba..d86b783c3e 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -15,6 +15,7 @@ env: jobs: publish: + timeout-minutes: 15 runs-on: ubuntu-latest steps: - name: Checkout branch # Check out the release branch