Skip to content

Commit

Permalink
test - test nightly workflow - scheduled tests run only on chrome (#3731
Browse files Browse the repository at this point in the history
)

* test - removed firefox job from test nightly workflow

* Revert "test - removed firefox job from test nightly workflow"

This reverts commit 6cb0bb4.

* brought back job since we can use it manually
  • Loading branch information
wojteknowacki authored Jun 6, 2023
1 parent 455602c commit 3c3e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
case 'workflow_dispatch':
return browser
case 'schedule':
return 'all'
return 'chrome'
default:
return 'chrome'
}
Expand Down

0 comments on commit 3c3e6f4

Please sign in to comment.