mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Add timeout
This commit is contained in:
parent
90427e7ed6
commit
9e853793eb
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deps-npm.yml
vendored
1
.github/workflows/deps-npm.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
||||||
update:
|
update:
|
||||||
name: Update NPM Dependencies
|
name: Update NPM Dependencies
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Update Dependencies
|
- name: Update Dependencies
|
||||||
|
|
1
.github/workflows/deps-python.yml
vendored
1
.github/workflows/deps-python.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
||||||
update:
|
update:
|
||||||
name: Update Python Dependencies
|
name: Update Python Dependencies
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Update Dependencies
|
- name: Update Dependencies
|
||||||
|
|
Loading…
Reference in a new issue