Skip to content

Commit

Permalink
ci: revert autogenerate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 18, 2024
1 parent bad6870 commit 09ac0a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
name: Autogenerate
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
# needs:
# - test
needs:
- test
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ci:autogenerate": {
"description": "Autogenerate files",
"command": "deno task build:lockfile-deno && deno task build:lockfile-node",
"dependencies": ["repo:fill-scopes", "render:readmes", "render:mermaid"]
"dependencies": ["repo:fill-scopes", "render:readmes"]
},
// Development tasks
"qa": {
Expand Down

0 comments on commit 09ac0a9

Please sign in to comment.