Merge pull request #7117 from dborquez/add_checkout_metrics_workflow

gha: Add base branch on SHA on pull requst
This commit is contained in:
David Esparza 2023-06-15 17:06:16 -06:00 committed by GitHub
commit b9d92f4577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@ jobs:
env:
GOPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: run launch times on qemu
run: bash tests/metrics/gha-run.sh run-test-launchtimes-qemu