ci: temporarily disable the linter on automatic updates
This commit is contained in:
parent
555244b7bf
commit
78b46e5de5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update.yaml
vendored
5
.github/workflows/update.yaml
vendored
|
@ -29,8 +29,9 @@ jobs:
|
|||
docker pull ghcr.io/jaredallard/overlay:updater
|
||||
- name: Run updater
|
||||
run: mise run update
|
||||
- name: Run linter
|
||||
run: mise run lint
|
||||
# TODO(jaredallard): Re-enable once the updater keeps the existing Manifest.
|
||||
#- name: Run linter
|
||||
# run: mise run lint
|
||||
- uses: planetscale/ghcommit-action@v0.1.6
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue