Skip to content

Commit

Permalink
Merge pull request #878 from vespa-engine/ci-schedule
Browse files Browse the repository at this point in the history
chore(CI): change workflow trigger rules
  • Loading branch information
thomasht86 authored Aug 16, 2024
2 parents c64d403 + 5d12d4f commit 8170d5e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
pull_request:
branches:
- master

push:
branches:
- master
jobs:
docs-test:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/integration-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: '0 11 * * *'
- cron: '0 11 * * 0'

concurrency:
group: ${{ github.workflow }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/integration-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
pull_request:
branches:
- master
schedule:
- cron: '0 11 * * *'
push:
branches:
- master

jobs:
integration-except-cloud:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/notebooks-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: '0 11 * * *'
- cron: '0 11 * * 0'

concurrency:
group: ${{ github.workflow }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/notebooks-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
pull_request:
branches:
- master
schedule:
- cron: '0 11 * * *'
push:
branches:
- master

jobs:
get-non-cloud-notebooks:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pyvespa-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
pull_request:
branches:
- master
schedule:
- cron: '0 11 * * *'
push:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 8170d5e

Please sign in to comment.