Skip to content

Commit

Permalink
ci: set job timeout to 5min for checking links
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored Mar 12, 2022
1 parent b4907bb commit 2cbfe41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/after-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
if: github.event.deployment_status.state == 'success'

runs-on: ubuntu-latest

timeout-minutes: 5

steps:
- name: Checkout
Expand Down

1 comment on commit 2cbfe41

@vercel
Copy link

@vercel vercel bot commented on 2cbfe41 Mar 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.