Skip to content

Commit

Permalink
include "check-spelling" into the cleanup workflow run [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Feb 6, 2025
1 parent 65fe644 commit 50abb00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clean-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
const pages = 5;
// add the workflows runs to remove here
const workflows = [
'release.yml'
'release.yml',
'check-spelling.yml'
]
let runs_to_delete = [];
for (const workflow of workflows) {
Expand Down

0 comments on commit 50abb00

Please sign in to comment.