Skip to content

Commit

Permalink
chore: do not run build in this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Dec 19, 2023
1 parent fdbd22b commit 0aca277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deprecate-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Kick off the deprecation
run: |
sed -i "s/isDeprecated: false,/isDeprecated: true,/" .projenrc.js
- name: Do a build
run: yarn && yarn build
- name: npx projen
run: yarn
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
Expand Down

0 comments on commit 0aca277

Please sign in to comment.