diff --git a/.github/workflows/integration-cloud.yml b/.github/workflows/integration-cloud.yml index 815881e3..d32a1e0b 100644 --- a/.github/workflows/integration-cloud.yml +++ b/.github/workflows/integration-cloud.yml @@ -6,7 +6,7 @@ on: branches: - master schedule: - - cron: '0 11 * * *' + - cron: '0 11 * * 1' concurrency: group: ${{ github.workflow }} diff --git a/.github/workflows/integration-except-cloud.yml b/.github/workflows/integration-except-cloud.yml index 5460d9c1..64db0d94 100644 --- a/.github/workflows/integration-except-cloud.yml +++ b/.github/workflows/integration-except-cloud.yml @@ -5,8 +5,9 @@ on: pull_request: branches: - master - schedule: - - cron: '0 11 * * *' + push: + branches: + - master jobs: integration-except-cloud: diff --git a/.github/workflows/notebooks-cloud.yml b/.github/workflows/notebooks-cloud.yml index 988ba1a5..e87d8bd9 100644 --- a/.github/workflows/notebooks-cloud.yml +++ b/.github/workflows/notebooks-cloud.yml @@ -5,8 +5,11 @@ on: pull_request: branches: - master + push: + branches: + - master schedule: - - cron: '0 11 * * *' + - cron: '0 11 * * 1' concurrency: group: ${{ github.workflow }} diff --git a/.github/workflows/notebooks-except-cloud.yml b/.github/workflows/notebooks-except-cloud.yml index d197a3f8..250bd336 100644 --- a/.github/workflows/notebooks-except-cloud.yml +++ b/.github/workflows/notebooks-except-cloud.yml @@ -5,8 +5,9 @@ on: pull_request: branches: - master - schedule: - - cron: '0 11 * * *' + push: + branches: + - master jobs: get-non-cloud-notebooks: diff --git a/.github/workflows/pyvespa-unit-tests.yml b/.github/workflows/pyvespa-unit-tests.yml index c05022b1..c53e03f7 100644 --- a/.github/workflows/pyvespa-unit-tests.yml +++ b/.github/workflows/pyvespa-unit-tests.yml @@ -5,8 +5,9 @@ on: pull_request: branches: - master - schedule: - - cron: '0 11 * * *' + push: + branches: + - master jobs: test: