Skip to content

Commit 5d33855

Browse files
committed
chore(build): make the public package not run on pull requests
1 parent 5194358 commit 5d33855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
./node_modules/.bin/serverless remove --stage $SERVERLESS_STAGE
147147
148148
publish_package:
149+
if: ${{ github.event_name != 'pull_request' }}
149150
needs: [e2e_tests, unit_tests]
150151
runs-on: ubuntu-20.04
151152
environment: npm

0 commit comments

Comments
 (0)