We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a61d1 commit 5a69801Copy full SHA for 5a69801
.github/workflows/build.yml
@@ -2,8 +2,6 @@ name: "build"
2
3
on:
4
pull_request:
5
- schedule:
6
- - cron: "0 0 * * *" # Run everyday
7
8
jobs:
9
build:
.github/workflows/project_euler.yml
@@ -5,8 +5,6 @@ on:
- "project_euler/**"
- ".github/workflows/project_euler.yml"
- "scripts/validate_solutions.py"
10
11
name: "Project Euler"
12
0 commit comments