chore: add github action timeouts (#3228)

This commit is contained in:
David Nguyen
2026-08-18 12:55:22 +10:00
committed by GitHub
parent 3e0c1c444a
commit 9bab1cddb3
12 changed files with 14 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ jobs:
build_app:
name: Build App
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -32,6 +33,7 @@ jobs:
build_docker:
name: Build Docker Image
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4