Skip to content

Commit

Permalink
Disable the make lint test part of weekly-pulumi-update (#2818)
Browse files Browse the repository at this point in the history
We don't need to run `make lint test` as part of creating the update PR,
since these steps are already run as part of CI on the PR itself.
  • Loading branch information
iwahbe authored Jan 8, 2025
1 parent c83bfb2 commit c158e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Bridge Pulumi Upgrade
if: steps.gomod.outputs.changes != 0
run: >-
make build && make lint && make test
make build
git add .
Expand Down

0 comments on commit c158e94

Please sign in to comment.