Skip to content

Commit dc46506

Browse files
authored
Merge pull request #982 from krassowski/run-ci-on-branch
Run CI on 4.x branch PRs
2 parents ff8b6c4 + 6ee1657 commit dc46506

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- master
77
- 2.x
88
- 3.x
9+
- 4.x
910
pull_request:
1011
branches:
1112
- master
1213
- 2.x
1314
- 3.x
15+
- 4.x
1416
workflow_dispatch:
1517

1618
# TODO: might need to tweak `group`

requirements/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ dependencies:
5050
- firefox
5151
- geckodriver
5252
- robotframework-seleniumlibrary
53+
# temp pin see https://github.com/jupyter-lsp/jupyterlab-lsp/issues/956
54+
- selenium <4.10

0 commit comments

Comments
 (0)