File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments