Skip to content

Commit

Permalink
fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 39b7733 commit b83063f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: C
on:
push:
schedule:
cron:
- "0 0 1 * *"
- cron: "0 0 1 * *"

jobs:
c-lint:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: C#
on:
push:
schedule:
cron:
- "0 0 1 * *"
- cron: "0 0 1 * *"

jobs:
csharp:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: JS
on:
push:
schedule:
cron:
- "0 0 1 * *"
- cron: "0 0 1 * *"

jobs:
javascript:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
workflow_dispatch:
schedule:
cron:
- "0 0 1 * *"
- cron: "0 0 * * 1"

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Py
on:
push:
schedule:
cron:
- "0 0 1 * *"
- cron: "0 0 1 * *"

jobs:
# python-lint:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Rs
on:
push:
schedule:
cron:
- "0 0 1 * *"
- cron: "0 0 1 * *"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit b83063f

Please sign in to comment.