Skip to content

Commit 2108107

Browse files
authored
Update configurator.yml
1 parent def3f85 commit 2108107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/configurator.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- completed
88
branches:
99
- '**'
10+
1011
jobs:
1112
windows:
1213
runs-on: windows-latest
@@ -15,6 +16,7 @@ jobs:
1516
steps:
1617
- uses: actions/checkout@v4
1718
with:
19+
ref: ${{ github.event.workflow_run.head_branch }}
1820
submodules: recursive
1921

2022
- name: Install Python dependencies
@@ -71,6 +73,7 @@ jobs:
7173
steps:
7274
- uses: actions/checkout@v4
7375
with:
76+
ref: ${{ github.event.workflow_run.head_branch }}
7477
submodules: recursive
7578

7679
- name: Download firmware artifact from workflow

0 commit comments

Comments
 (0)