calculate cert coverage only on scheduled runs

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-09-14 13:58:11 -07:00
parent d4f2b108de
commit 2669655fe1
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ jobs:
name: Notify Total coverage
runs-on: ubuntu-latest
needs: certification
if: always()
if: github.event_name == 'schedule'
steps:
- name: Download Cert Coverage Artifact
uses: actions/download-artifact@v3