chore(ci): fix workflow for build (#25072)

This commit is contained in:
Liam DeBeasi
2022-04-07 10:09:14 -04:00
committed by GitHub
parent 0dd0646e9d
commit 0fdda21f5b

View File

@ -9,10 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
# Checkout the latest commit in this branch
ref: ${{ github.event.pull_request.head.sha }}
with:
# Checkout the latest commit in this branch
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/workflows/actions/build-core
test-core-clean-build: