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:
wojteknowacki 2023-06-06 14:02:10 +02:00 committed by GitHub
parent 455602c2b2
commit 3c3e6f4093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ jobs:
case 'workflow_dispatch':
return browser
case 'schedule':
return 'all'
return 'chrome'
default:
return 'chrome'
}