Skip to content

Commit

Permalink
add timout
Browse files Browse the repository at this point in the history
  • Loading branch information
z3y committed Aug 23, 2024
1 parent 212b080 commit 9b17c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:
jobs:
update:
runs-on: ubuntu-latest
timeout-minutes: 5
defaults:
run:
working-directory: ./json-builder
Expand All @@ -50,6 +51,7 @@ jobs:
build:
needs: update
runs-on: ubuntu-latest
timeout-minutes: 5
defaults:
run:
working-directory: ./frontend
Expand Down Expand Up @@ -94,6 +96,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
timeout-minutes: 5
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9b17c7b

Please sign in to comment.