fix: explicitly checkout v3-alpha branch in nightly workflow

Ensures the workflow always checks out the v3-alpha branch regardless
of which branch triggers it (schedule from master or manual dispatch)
This commit is contained in:
Lea Anthony 2025-07-17 06:59:29 +10:00
commit d9f4a1883f

View file

@ -29,6 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: v3-alpha
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}