There was an error while loading. Please reload this page.
1 parent c0f13fc commit f0d0a96Copy full SHA for f0d0a96
1 file changed
.github/workflows/ci.yml
@@ -108,9 +108,9 @@ jobs:
108
decentraland_js_runtime_s3_bucket_key: ${{ steps.publish_dcl_js_runtime.outputs.s3-bucket-key }}
109
decentraland_ecs_bucket_key: ${{ steps.publish_ecs.outputs.s3-bucket-key }}
110
env:
111
- IS_A_PR: github.event.pull_request.number != 'null' && github.head_ref != 'protocol-squad'
+ IS_A_PR: ${{ github.event.pull_request.number != 'null' && github.head_ref != 'protocol-squad' }}
112
steps:
113
- - name: (PR) change @dcl/react-ecs dependencies versions to point to s3 url
+ - name: (PR) Check if it's a PR
114
if: ${{ env.IS_A_PR }}
115
run: echo "run from a PR"
116
- uses: actions/checkout@master
0 commit comments