ci: forked repo could run test cases

This commit is contained in:
William Yang 2023-02-08 15:07:48 +01:00
parent 0e40f6cf48
commit e8380e0773
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
echo "runs-on=${RUNS_ON}" | tee -a $GITHUB_OUTPUT
prepare:
runs-on: aws-amd64
runs-on: ${{ needs.build-matrix.outputs.runs-on }}
needs: [build-matrix]
strategy:
fail-fast: false