Skip to content

Commit

Permalink
fix: Set timeout for GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Mar 10, 2022
1 parent 1aeb27a commit 6156c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -4,8 +4,8 @@ on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 6156c20

Please sign in to comment.