Skip to content

Commit

Permalink
Add shorter timeout for build job
Browse files Browse the repository at this point in the history
The default timeout for a job is 6 hours, but in our case something
is very wrong already at 20 minutes so let's fail sooner.
  • Loading branch information
JonasAlfredsson committed Jul 13, 2021
1 parent 4f364cb commit 897dd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
jobs:
docker_buildx_alpine:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down

0 comments on commit 897dd53

Please sign in to comment.