There was an error while loading. Please reload this page.
1 parent 62db393 commit 508fec9Copy full SHA for 508fec9
1 file changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Prepare source for CI/Release build
82
env:
83
- BASE_BRANCH: ${{ github.event_name != 'release' && github.event.pull_request.base.ref || '' }} # PR target branch
+ BASE_BRANCH: ${{ github.event_name != 'release' && github.event.pull_request.base.ref || '' }} # PR target branch
84
BASE_REF: ${{ github.event_name == 'push' && github.event.before || '' }} # previous commit before the push event
85
LIMIT_POSTS: ${{ github.event_name != 'release' && '10' || '' }}
86
SKIP_IMAGE_OPTIMIZATION: ${{ github.event_name != 'release' && 'true' || '' }}
0 commit comments