ci: forked repo could run test cases
This commit is contained in:
parent
0e40f6cf48
commit
e8380e0773
|
@ -56,7 +56,7 @@ jobs:
|
||||||
echo "runs-on=${RUNS_ON}" | tee -a $GITHUB_OUTPUT
|
echo "runs-on=${RUNS_ON}" | tee -a $GITHUB_OUTPUT
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: aws-amd64
|
runs-on: ${{ needs.build-matrix.outputs.runs-on }}
|
||||||
needs: [build-matrix]
|
needs: [build-matrix]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in New Issue