Skip to content

Commit

Permalink
Disable code quality checks in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpius committed Dec 20, 2023
1 parent 84f9b0f commit 50eb15c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:

deploy:
runs-on: ubuntu:latest
needs: [lua]
# TODO: Re-enable this once the whole codebase passes the formatter and linter
#needs: [lua]

environment: production
concurrency: production
Expand Down

0 comments on commit 50eb15c

Please sign in to comment.