fix(ci): Try explicitly specifying the ref for debian/fedora workflows

This commit is contained in:
Ginger 2025-12-15 10:21:46 -05:00
parent 83baf9b524
commit 0b667ae4fd
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
- name: Cache Cargo registry
uses: actions/cache@v4

View file

@ -33,6 +33,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
- name: Cache DNF packages