diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index 5636c4cf9..b884e3b9a 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -4,6 +4,9 @@ on: schedule: - cron: '0 0 * * *' # every day at midnight workflow_dispatch: + push: + branches: + - "s7evink/sytestcover" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -41,6 +44,7 @@ jobs: API: ${{ matrix.api && 1 }} SYTEST_BRANCH: ${{ github.head_ref }} RACE_DETECTION: 1 + COVER: 1 steps: - uses: actions/checkout@v3 - uses: actions/cache@v3 @@ -75,6 +79,7 @@ jobs: /logs/**/*.log* element_web: + if: ${{ false }} # disable for now timeout-minutes: 120 runs-on: ubuntu-latest steps: