test - test nightly workflow - scheduled tests run only on chrome (#3731)
* test - removed firefox job from test nightly workflow * Revert "test - removed firefox job from test nightly workflow" This reverts commit 6cb0bb4578087c3098b70b13317569e62eac385f. * brought back job since we can use it manually
This commit is contained in:
parent
455602c2b2
commit
3c3e6f4093
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -156,7 +156,7 @@ jobs:
|
||||||
case 'workflow_dispatch':
|
case 'workflow_dispatch':
|
||||||
return browser
|
return browser
|
||||||
case 'schedule':
|
case 'schedule':
|
||||||
return 'all'
|
return 'chrome'
|
||||||
default:
|
default:
|
||||||
return 'chrome'
|
return 'chrome'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue