Skip to content

Commit

Permalink
chore(CI): update to Sunday and add missing push events in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Aug 16, 2024
1 parent d5a4f57 commit 5d12d4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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 * * 1'
- cron: '0 11 * * 0'

concurrency:
group: ${{ github.workflow }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master
schedule:
- cron: '0 11 * * 1'
- cron: '0 11 * * 0'

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit 5d12d4f

Please sign in to comment.