diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index d937fb73..bbf54a42 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -5,7 +5,9 @@ on: pull_request: branches: - master - + push: + branches: + - master jobs: docs-test: runs-on: ubuntu-latest diff --git a/.github/workflows/integration-cloud.yml b/.github/workflows/integration-cloud.yml index 815881e3..5f6c680d 100644 --- a/.github/workflows/integration-cloud.yml +++ b/.github/workflows/integration-cloud.yml @@ -5,8 +5,11 @@ on: pull_request: branches: - master + push: + branches: + - master schedule: - - cron: '0 11 * * *' + - cron: '0 11 * * 0' 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..059aeeda 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 * * 0' 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: