Skip to content

Commit 01a676d

Browse files
authored
[GHA][[COVERITY] added manual trigger (openvinotoolkit#2289)
1 parent 337f1e3 commit 01a676d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
working-directory: ${{ env.BUILD_DIR }}
133133

134134
- name: Submit to coverity
135-
if: github.event_name == 'schedule'
135+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
136136
run: |
137137
apt-get update && apt-get install -y curl jq
138138
pushd ${BUILD_DIR}
@@ -161,7 +161,7 @@ jobs:
161161
run: ${{ env.COV_TOOL_DIR }}/bin/cov-configure -c ${{ env.COV_TOOL_DIR }}/config/coverity_config.xml -lscc text
162162

163163
- name: Save Coverity Tool
164-
if: always() && github.event_name == 'workflow_dispatch'
164+
if: always() && github.event_name == 'schedule'
165165
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
166166
with:
167167
key: coverity-${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)