Skip to content

Commit e694c1f

Browse files
committed
Fixes when need for translations is fulfilled
1 parent 68562a3 commit e694c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/handle-sheet-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
DEST_DIR: ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }}
6060
- run: find ${{ env.DEST_DIR }} -maxdepth 1 -type d -exec sh -c 'cp -R --verbose "$(basename "{}")/translations" "{}/"' 2>/dev/null \;
61-
if: steps.filter.outputs.force-update == 'true'
61+
if: steps.filter.outputs.force-update != 'true' && steps.filter.outputs.sheet == 'true'
6262
env:
6363
DEST_DIR: ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }}
6464
- run: gcloud storage rsync --project=roll20-actual ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }} gs://roll20-cdn/${{ env.CDN_SHEETS_FOLDER }} --cache-control='no-cache' --recursive

0 commit comments

Comments
 (0)