Skip to content

Commit

Permalink
Github action docker build add timeout to address stuck WF's (#281)
Browse files Browse the repository at this point in the history
This change will limit the WF action timeout to address GitHub hosted
action communication issue.
  • Loading branch information
Sudhamsh authored Oct 21, 2024
1 parent dcdb370 commit a76db7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-kubeai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a76db7b

Please sign in to comment.