Skip to content

Commit f0d0a96

Browse files
committed
test
1 parent c0f13fc commit f0d0a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ 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.head_ref != 'protocol-squad'
111+
IS_A_PR: ${{ github.event.pull_request.number != 'null' && github.head_ref != 'protocol-squad' }}
112112
steps:
113-
- name: (PR) change @dcl/react-ecs dependencies versions to point to s3 url
113+
- name: (PR) Check if it's a PR
114114
if: ${{ env.IS_A_PR }}
115115
run: echo "run from a PR"
116116
- uses: actions/checkout@master

0 commit comments

Comments
 (0)