calculate cert coverage only on scheduled runs
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
parent
d4f2b108de
commit
2669655fe1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue