Skip to content

Commit

Permalink
[ci] don't run api target
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 8, 2024
1 parent 46bd8f2 commit f3a4411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Don't remove it! We shouldn't allow CI to pass if there are any changes not committed after running make
- name: Make all (autogeneration) and fail on dirty
run: |
make generate manifests lint docs api
make generate manifests lint docs
git status --short
git diff --quiet
Expand Down

0 comments on commit f3a4411

Please sign in to comment.