Skip to content

Commit

Permalink
Reduce fuzzing to monthly (#1715)
Browse files Browse the repository at this point in the history
Since the project isn't seeing much active developed and results have
been stable for a while now, I feel like these don't have to fuzzed
daily anymore - mostly motivated by reducing resource usage.
  • Loading branch information
ericcornelissen authored Sep 18, 2024
1 parent 7563bb6 commit 594ba57
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "0 2 * * *"
- cron: "0 2 1 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "5 2 * * *"
- cron: "0 2 2 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-csh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "10 2 * * *"
- cron: "0 2 3 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-dash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "15 2 * * *"
- cron: "0 2 4 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-no-shell-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "25 2 * * *"
- cron: "0 2 5 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-no-shell-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "35 2 * * *"
- cron: "0 2 6 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "20 2 * * *"
- cron: "0 2 7 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-zsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches:
- main
schedule:
- cron: "30 2 * * *"
- cron: "0 2 8 * *"
workflow_dispatch: ~

permissions: read-all
Expand Down

0 comments on commit 594ba57

Please sign in to comment.