Add a time-limit
This commit is contained in:
parent
2151c8273d
commit
2d28711165
|
@ -13,7 +13,7 @@ concurrency: # prevent concurrent deploys doing strange things
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
# When the dist_dir is ready, deploy it to neocities
|
||||
|
|
Loading…
Reference in New Issue