Skip to content

Commit

Permalink
calculate cert coverage only on scheduled runs
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
  • Loading branch information
berndverst committed Sep 14, 2022
1 parent d4f2b10 commit 2669655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/certification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2669655

Please sign in to comment.