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 635b0e9 commit 78dca72Copy full SHA for 78dca72
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
cache: 'yarn'
31
32
- name: Set version
33
+ if: github.repository_owner == 'Open-CMSIS-Pack'
34
run: |
35
case ${{ github.event_name }} in
36
release)
@@ -88,6 +89,7 @@ jobs:
88
89
git push
90
91
- name: Publish coverage report to Code Climate
92
93
uses: paambaati/codeclimate-action@f429536ee076d758a24705203199548125a28ca7 # v9.0.0
94
env:
95
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
0 commit comments