Skip to content

Commit 32cd22e

Browse files
committed
make sure checks out correct branch
1 parent a9b266b commit 32cd22e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ports_sparkfun.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: sparkfun ports
33
on:
44
release:
55
types: [created]
6-
7-
workflow_dispatch:
6+
87

98
concurrency:
109
group: ${{ github.workflow }}-${{ github.ref }}
@@ -20,6 +19,8 @@ jobs:
2019
- uses: actions/checkout@v4
2120
with:
2221
path: 'micropython repo'
22+
ref: 'release/${{ github.event.release.tag_name }}'
23+
2324
- name: Install RP2 package
2425
run: source tools/ci.sh && ci_rp2_setup
2526
# - name: Install mimxrt package # Currently redundant since it does the same arm setup as rp2, but in future if these diverge, uncomment this...

0 commit comments

Comments
 (0)