We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83cdb5 commit 2bd55e9Copy full SHA for 2bd55e9
.github/workflows/build.yml
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
build:
22
- if: github.repository == 'arduino/MicroPython_Lab'
+ if: github.repository == 'arduino/lab-micropython-editor'
23
strategy:
24
fail-fast: false
25
matrix:
@@ -192,7 +192,7 @@ jobs:
192
193
release:
194
needs: build
195
- if: github.repository == 'arduino/MicroPython_Lab' && startsWith(github.ref, 'refs/tags/')
+ if: github.repository == 'arduino/lab-micropython-editor' && startsWith(github.ref, 'refs/tags/')
196
runs-on: ubuntu-latest
197
steps:
198
- name: Download [GitHub Actions]
0 commit comments