Skip to content

Commit b986988

Browse files
authored
Merge branch 'main' into markdown-checker
2 parents 3622553 + 78dca72 commit b986988

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
cache: 'yarn'
3131

3232
- name: Set version
33+
if: github.repository_owner == 'Open-CMSIS-Pack'
3334
run: |
3435
case ${{ github.event_name }} in
3536
release)
@@ -88,6 +89,7 @@ jobs:
8889
git push
8990
9091
- name: Publish coverage report to Code Climate
92+
if: github.repository_owner == 'Open-CMSIS-Pack'
9193
uses: paambaati/codeclimate-action@f429536ee076d758a24705203199548125a28ca7 # v9.0.0
9294
env:
9395
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}

0 commit comments

Comments
 (0)