Skip to content

Commit 4be1ddf

Browse files
authored
fix: Keyboard nav CI workflows by pointing to experimentation branch (experimental) (#9284)
## The basics - [x] I [validated my changes](https://developers.google.com/blockly/guides/contribute/core#making_and_verifying_a_change) ## The details ### Resolves Fixes #9283 ### Proposed Changes Updates the keyboard navigation plugin workflow to point to the screen reader experimentation branch. ### Reason for Changes This ensures that both the plugin (via RaspberryPiFoundation/blockly-keyboard-experimentation#684) and core Blockly correctly link their experimental screen reader branches against each other to ensure CI passes correctly for both. ### Test Coverage No new tests are needed here. ### Documentation N/A ### Additional Information Similar to #9280, this PR will never be merged directly into `develop` so the workflow changes will remain isolated to the experimental branch.
1 parent d0ad934 commit 4be1ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/keyboard_plugin_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
push:
99
branches:
10-
- develop
10+
- add-screen-reader-support-experimental
1111

1212
permissions:
1313
contents: read
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: 'google/blockly-keyboard-experimentation'
36-
ref: 'main'
36+
ref: 'add-screen-reader-support-experimental'
3737
path: blockly-keyboard-experimentation
3838

3939
- name: Use Node.js 20.x

0 commit comments

Comments
 (0)