From a76db7b8c6a1835196dd6ab8ac2628c1359895ae Mon Sep 17 00:00:00 2001 From: Sudhamsh Date: Sun, 20 Oct 2024 20:01:26 -0700 Subject: [PATCH] Github action docker build add timeout to address stuck WF's (#281) This change will limit the WF action timeout to address GitHub hosted action communication issue. --- .github/workflows/build-push-kubeai.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-push-kubeai.yml b/.github/workflows/build-push-kubeai.yml index 788d66a3..82e2eb6f 100644 --- a/.github/workflows/build-push-kubeai.yml +++ b/.github/workflows/build-push-kubeai.yml @@ -17,6 +17,8 @@ env: jobs: kubeai: runs-on: ubuntu-latest + # Timeout to address Github actions stuck scenarios. + timeout-minutes: 60 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read