[ci] detect code changes require all the branch and tags when checking out codes

This commit is contained in:
tangxifan 2023-03-07 18:41:28 -08:00
parent a1d9d50003
commit 4bd1399773
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ jobs:
- name: Checkout OpenFPGA repo - name: Checkout OpenFPGA repo
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check for source code changes - name: Check for source code changes
id: changes id: changes