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 dc21555 commit 58dbf8eCopy full SHA for 58dbf8e
.github/workflows/package_core.yml
@@ -266,7 +266,7 @@ jobs:
266
publish-json:
267
name: Publish jsons
268
runs-on: ubuntu-latest
269
- if: ${{ github.event_name == 'push' && github.repository == 'arduino/ArduinoCore-zephyr' }}
+ if: ${{ github.repository == 'arduino/ArduinoCore-zephyr' }}
270
needs:
271
- package-core
272
- test-core
0 commit comments