diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index cd467af393..759db0a9de 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -1,10 +1,13 @@ -name: PR -> Test & Coverage +name: Test & Coverage on: - pull_request: - paths-ignore: - - frontend/** - - website/** + # pull_request: + # paths-ignore: + # - frontend/** + # - website/** + schedule: # Run every day + - cron: '0 8 * * *' + workflow_dispatch: jobs: build: