Skip to content

Commit

Permalink
Merge pull request #298 from fusawa-yugo/fusawa-yugo/extend-notificat…
Browse files Browse the repository at this point in the history
…ion-span

Extends execution span of hiplot and sklearn
  • Loading branch information
not522 authored Jan 27, 2025
2 parents c370d51 + bc0f9b8 commit bb14f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/hiplot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: visualization with hiplot

# TODO(fusawa-yugo) Change schedule to run daily once the problem is resolved
on:
schedule:
- cron: '0 15 * * *'
- cron: '0 15 * * 1'
pull_request:
paths:
- 'hiplot/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sklearn.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: sklearn

# TODO(fusawa-yugo) Change schedule to run daily once the problem is resolved
on:
schedule:
- cron: '0 15 * * *'
- cron: '0 15 * * 1'
pull_request:
paths:
- 'sklearn/**'
Expand Down

0 comments on commit bb14f7e

Please sign in to comment.