Skip to content

Commit 0d56da8

Browse files
committed
test
1 parent 8a1a0e0 commit 0d56da8

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
uses: leanmendoza/oddish-action@patch-1
146146
with:
147147
registry-url: 'https://registry.npmjs.org'
148-
branch-to-custom-tag: protocol-squad
149148
custom-tag: protocol-squad
150149
access: public
151150
cwd: ./packages/@dcl/js-runtime
@@ -166,7 +165,6 @@ jobs:
166165
id: publish_ecs
167166
with:
168167
registry-url: 'https://registry.npmjs.org'
169-
branch-to-custom-tag: protocol-squad
170168
custom-tag: protocol-squad
171169
access: public
172170
cwd: ./packages/@dcl/ecs
@@ -184,7 +182,7 @@ jobs:
184182

185183
- name: (PR) change @dcl/react-ecs dependencies versions to point to s3 url
186184
working-directory: ./packages/@dcl/react-ecs
187-
if: ${{ github.event.pull_request.number }}
185+
if: ${{ github.event.pull_request.number }} && ${{ github.head_ref || github.ref }} != "protocol-squad"
188186
run: |
189187
node -e "\
190188
let pkg=require('./package.json');\
@@ -199,7 +197,6 @@ jobs:
199197
uses: leanmendoza/oddish-action@patch-1
200198
with:
201199
registry-url: 'https://registry.npmjs.org'
202-
branch-to-custom-tag: protocol-squad
203200
custom-tag: protocol-squad
204201
access: public
205202
cwd: ./packages/@dcl/react-ecs
@@ -220,7 +217,6 @@ jobs:
220217
id: publish_decentraland_inspector
221218
with:
222219
registry-url: 'https://registry.npmjs.org'
223-
branch-to-custom-tag: protocol-squad
224220
custom-tag: protocol-squad
225221
access: public
226222
cwd: ./packages/@dcl/inspector
@@ -238,7 +234,7 @@ jobs:
238234

239235
- name: (PR) change @dcl/sdk-commands dependencies versions to point to s3 url
240236
working-directory: ./packages/@dcl/sdk-commands
241-
if: ${{ github.event.pull_request.number }}
237+
if: ${{ github.event.pull_request.number }} && ${{ github.head_ref || github.ref }} != "protocol-squad"
242238
run: |
243239
node -e "\
244240
let pkg=require('./package.json');\
@@ -255,7 +251,6 @@ jobs:
255251
id: publish_decentraland_sdk_commands
256252
with:
257253
registry-url: 'https://registry.npmjs.org'
258-
branch-to-custom-tag: protocol-squad
259254
custom-tag: protocol-squad
260255
access: public
261256
cwd: ./packages/@dcl/sdk-commands
@@ -273,7 +268,7 @@ jobs:
273268

274269
- name: (PR) change @dcl/sdk version to s3 url
275270
working-directory: ./packages/@dcl/sdk
276-
if: ${{ github.event.pull_request.number }}
271+
if: ${{ github.event.pull_request.number }} && ${{ github.head_ref || github.ref }} != "protocol-squad"
277272
run: |
278273
node -e "\
279274
let pkg=require('./package.json');\
@@ -297,7 +292,6 @@ jobs:
297292
id: publish_decentraland_sdk
298293
with:
299294
registry-url: 'https://registry.npmjs.org'
300-
branch-to-custom-tag: protocol-squad
301295
custom-tag: protocol-squad
302296
access: public
303297
cwd: ./packages/@dcl/sdk
@@ -324,7 +318,6 @@ jobs:
324318
id: publish_playground_assets
325319
with:
326320
registry-url: 'https://registry.npmjs.org'
327-
branch-to-custom-tag: protocol-squad
328321
custom-tag: protocol-squad
329322
access: public
330323
cwd: ./packages/@dcl/playground-assets
@@ -341,7 +334,7 @@ jobs:
341334
AWS_SECRET_ACCESS_KEY: ${{ secrets.SDK_TEAM_AWS_SECRET }}
342335
notify_deployment:
343336
needs: [build]
344-
if: ${{ github.event.pull_request.number }}
337+
if: ${{ github.event.pull_request.number }} && ${{ github.head_ref || github.ref }} != "protocol-squad"
345338
runs-on: ubuntu-latest
346339
name: Deployment Notification
347340
steps:

0 commit comments

Comments
 (0)