Skip to content

Commit

Permalink
chore(CI): change workflow trigger rules
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Aug 16, 2024
1 parent c64d403 commit d5a4f57
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: '0 11 * * *'
- cron: '0 11 * * 1'

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 * * 1'

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 d5a4f57

Please sign in to comment.