We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8ac61 commit c453c41Copy full SHA for c453c41
.github/workflows/tests-full.yml
@@ -46,7 +46,7 @@ jobs:
46
run: nvidia-smi
47
- uses: actions/checkout@v4
48
with:
49
- ref: ${{ github.event.pull_request.number && format('refs/pull/{0}/merge', github.event.pull_request.number) || github.ref }}
+ ref: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.pr_ref || (github.event.pull_request.number && format('refs/pull/{0}/merge', github.event.pull_request.number)) || github.ref }}
50
- uses: astral-sh/setup-uv@v7
51
52
enable-cache: true
0 commit comments