Skip to content

Commit c2bff0b

Browse files
committed
Disable scheduled runs for PyTorch and visualization temporarily
1 parent ee49c5c commit c2bff0b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/pytorch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: pytorch
22

33
on:
4-
schedule:
5-
- cron: '0 15 * * *'
4+
# TODO(c-bata): Uncomment the following lines after fixing the examples.
5+
# See https://github.com/optuna/optuna-examples/issues/336 for details.
6+
# schedule:
7+
# - cron: '0 15 * * *'
68
pull_request:
79
paths:
810
- 'pytorch/**'

.github/workflows/visualization.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: visualization
22

33
on:
4-
schedule:
5-
- cron: '0 15 * * *'
4+
# TODO(c-bata): Uncomment the following lines after fixing the examples.
5+
# See https://github.com/optuna/optuna-examples/issues/336 for details.
6+
# schedule:
7+
# - cron: '0 15 * * *'
68
pull_request:
79
paths:
810
- 'visualization/**'

0 commit comments

Comments
 (0)