Skip to content

Commit

Permalink
chore: do not upload images on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 14, 2025
1 parent a687000 commit b1d5917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
service-name: ${{ matrix.service-name }}
unity-docker-image: ${{ matrix.unity-docker-image }}
platform-target: ${{ matrix.platform-target }}
upload-image: true
upload-image: false
docker-tag: pr-${{ github.event.number }}
secrets: inherit

0 comments on commit b1d5917

Please sign in to comment.