Skip to content

Commit 81467ac

Browse files
committed
test
1 parent 1051ef6 commit 81467ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
decentraland_js_runtime_s3_bucket_key: ${{ steps.publish_dcl_js_runtime.outputs.s3-bucket-key }}
109109
decentraland_ecs_bucket_key: ${{ steps.publish_ecs.outputs.s3-bucket-key }}
110110
env:
111-
IS_A_PR: github.event.pull_request.number != 'null' && github.ref != 'refs/heads/protocol-squad'
111+
IS_A_PR: github.event.pull_request.number != 'null' && github.head_ref != 'refs/heads/protocol-squad'
112112
steps:
113113
- name: (PR) change @dcl/react-ecs dependencies versions to point to s3 url
114114
if: ${{ env.IS_A_PR }}
@@ -240,7 +240,7 @@ jobs:
240240
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
241241
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}/@dcl/inspector'
242242
env:
243-
BRANCH_NAME: ${{ github.ref }}
243+
BRANCH_NAME: ${{ github.head_ref }}
244244
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
245245
AWS_ACCESS_KEY_ID: ${{ secrets.SDK_TEAM_AWS_ID }}
246246
AWS_SECRET_ACCESS_KEY: ${{ secrets.SDK_TEAM_AWS_SECRET }}
@@ -353,7 +353,7 @@ jobs:
353353
AWS_SECRET_ACCESS_KEY: ${{ secrets.SDK_TEAM_AWS_SECRET }}
354354
notify_deployment:
355355
needs: [build]
356-
if: github.event.pull_request.number != 'null' && github.ref != 'refs/heads/protocol-squad'
356+
if: github.event.pull_request.number != 'null' && github.head_ref != 'refs/heads/protocol-squad'
357357
runs-on: ubuntu-latest
358358
name: Deployment Notification
359359
steps:

0 commit comments

Comments
 (0)