Skip to content

Commit 5a69801

Browse files
committed
remove schedule
1 parent 11a61d1 commit 5a69801

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "build"
22

33
on:
44
pull_request:
5-
schedule:
6-
- cron: "0 0 * * *" # Run everyday
75

86
jobs:
97
build:

.github/workflows/project_euler.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
- "project_euler/**"
66
- ".github/workflows/project_euler.yml"
77
- "scripts/validate_solutions.py"
8-
schedule:
9-
- cron: "0 0 * * *" # Run everyday
108

119
name: "Project Euler"
1210

0 commit comments

Comments
 (0)