Skip to content

Commit

Permalink
feat(deploy): added timeout constraint on build and deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Tuley committed Nov 26, 2020
1 parent 91ed5c8 commit 49cef37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
cmd: [ea, sepa, nrw, store, web]
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Set up Go 1.15
uses: actions/setup-go@v2
Expand Down

0 comments on commit 49cef37

Please sign in to comment.