We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee49c5c commit c2bff0bCopy full SHA for c2bff0b
.github/workflows/pytorch.yml
@@ -1,8 +1,10 @@
1
name: pytorch
2
3
on:
4
- schedule:
5
- - cron: '0 15 * * *'
+ # TODO(c-bata): Uncomment the following lines after fixing the examples.
+ # See https://github.com/optuna/optuna-examples/issues/336 for details.
6
+ # schedule:
7
+ # - cron: '0 15 * * *'
8
pull_request:
9
paths:
10
- 'pytorch/**'
.github/workflows/visualization.yml
name: visualization
- 'visualization/**'
0 commit comments