add timeout to revert snapshot job (#2099)
This commit is contained in:
parent
cfaf7cdc0d
commit
ac551e337e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests-nightly.yml
vendored
1
.github/workflows/tests-nightly.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
||||||
revert-automation-env-to-snap:
|
revert-automation-env-to-snap:
|
||||||
if: github.event.inputs.environment == null
|
if: github.event.inputs.environment == null
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
|
|
Loading…
Reference in a new issue