Skip to content

Commit e656465

Browse files
Merge pull request #9634 from MiroslavDionisiev/revert-workflow-changes
Revert workflow changes
2 parents aaf33fc + 1054259 commit e656465

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
path: ./test-results/*
169169
deploy-npm:
170170
needs: [test-integration, test-unit]
171+
if: (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/develop') || (github.ref == 'refs/heads/beta') || startsWith(github.ref, 'refs/heads/hotfix')
171172
runs-on: ubuntu-latest
172173
steps:
173174
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -187,10 +188,6 @@ jobs:
187188
if [[ ${{contains(github.ref, 'hotfix')}} ]]; then
188189
sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js
189190
fi
190-
- name: Deduplicate files
191-
run: |
192-
sudo snap install fclones
193-
fclones group --min 128 --no-ignore . | fclones link
194191
- name: Semantic Release
195192
env:
196193
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
npm-*
77

88
# Double copies of all the static assets and tutorial gifs
9-
# We need these files for deep webpack builds
10-
# TODO: see if there's a good way to dedupe larger files
11-
#/src
9+
/src
1210

1311
# Testing
1412
/.nyc_output

0 commit comments

Comments
 (0)