Skip to content

Commit

Permalink
chore: remove scheduled Forest builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Feb 12, 2025
1 parent 66df81a commit 4dd5156
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ concurrency:
paths-ignore:
- 'docs/**'
- '.github/workflows/docs-*.yml'
schedule:
- cron: 0 0 * * *

env:
CI: 1
CARGO_INCREMENTAL: 0
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ on:
paths:
- '**/*.rs'
- '.github/workflows/rust-lint.yml'
schedule:
- cron: "0 0 * * *"

env:
CI: 1
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ on:
paths-ignore:
- 'docs/**'
- '.github/workflows/docs-*.yml'
schedule:
- cron: "0 0 * * *"

env:
CI: 1
Expand Down

0 comments on commit 4dd5156

Please sign in to comment.