Skip to content

Commit cb1dbae

Browse files
authored
Merge pull request #12 from arduino/repo-rename
updated build file to reflect new repo name
2 parents a2a99a5 + 2bd55e9 commit cb1dbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
build:
22-
if: github.repository == 'arduino/MicroPython_Lab'
22+
if: github.repository == 'arduino/lab-micropython-editor'
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -192,7 +192,7 @@ jobs:
192192

193193
release:
194194
needs: build
195-
if: github.repository == 'arduino/MicroPython_Lab' && startsWith(github.ref, 'refs/tags/')
195+
if: github.repository == 'arduino/lab-micropython-editor' && startsWith(github.ref, 'refs/tags/')
196196
runs-on: ubuntu-latest
197197
steps:
198198
- name: Download [GitHub Actions]

0 commit comments

Comments
 (0)