Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Oct 17, 2023
1 parent c0f13fc commit f0d0a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
decentraland_js_runtime_s3_bucket_key: ${{ steps.publish_dcl_js_runtime.outputs.s3-bucket-key }}
decentraland_ecs_bucket_key: ${{ steps.publish_ecs.outputs.s3-bucket-key }}
env:
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' }}
steps:
- name: (PR) change @dcl/react-ecs dependencies versions to point to s3 url
- name: (PR) Check if it's a PR
if: ${{ env.IS_A_PR }}
run: echo "run from a PR"
- uses: actions/checkout@master
Expand Down

0 comments on commit f0d0a96

Please sign in to comment.