Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude authored Oct 28, 2023
1 parent 9401eca commit ca8e6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
java-version: '13'

- run: sudo chmod 777 /usr/local/bin && make -j2 generate lint
- run: sudo chmod 777 /usr/local/bin && make generate lint
if: github.ref != 'refs/heads/main'
- run: sudo chmod 777 /usr/local/bin && make -j2 build
- run: sudo chmod 777 /usr/local/bin && make build
if: github.ref == 'refs/heads/main'

- name: "check pending changes"
Expand Down

0 comments on commit ca8e6f0

Please sign in to comment.