docs:simplify GitHub Actions.

pull/1513/head
Haotian Zhang 7 months ago
parent 1b0aa4761d
commit 2d9a2a1259

@ -30,7 +30,7 @@ jobs:
id: set-matrix id: set-matrix
run: | run: |
shopt -s nocasematch shopt -s nocasematch
branch_name=${{ github.ref_name } branch_name=${{ github.ref_name }}
if [ -n "${{ github.base_ref }}" ]; then if [ -n "${{ github.base_ref }}" ]; then
branch_name=${{ github.base_ref }} branch_name=${{ github.base_ref }}
fi fi

Loading…
Cancel
Save