File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
30+ with :
31+ ref : ${{ github.event.pull_request.head.sha }}
3032 - name : Set arch environment variable
3133 run : |
3234 if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then
7678 fi
7779 - name : Checkout
7880 uses : actions/checkout@v4
81+ with :
82+ ref : ${{ github.event.pull_request.head.sha }}
7983 - name : Free runner space
8084 run : sudo rm -rf /usr/local/lib/android
8185 - name : Cleanup docker images
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
30+ with :
31+ ref : ${{ github.event.pull_request.head.sha }}
3032 - name : Set arch environment variable
3133 run : |
3234 if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then
7577 fi
7678 - name : Checkout
7779 uses : actions/checkout@v4
80+ with :
81+ ref : ${{ github.event.pull_request.head.sha }}
7882 - name : Free runner space
7983 run : sudo rm -rf /usr/local/lib/android
8084 - name : Cleanup docker images
You can’t perform that action at this time.
0 commit comments