Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-10 21:30:31 +09:00
parent 3c504c0372
commit d50d64ae1d

View File

@ -55,7 +55,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ env.TRUNK_ONLY_EVENT != true && env.TRUNK_GIT_BRANCH }}
ref: ${{ ! env.TRUNK_ONLY_EVENT && env.TRUNK_GIT_BRANCH }}
fetch-depth: 1
sparse-checkout: ${{ env.MATRIX_FILE }}