[ci] detect code changes require all the branch and tags when checking out codes
This commit is contained in:
parent
a1d9d50003
commit
4bd1399773
|
@ -37,6 +37,8 @@ jobs:
|
|||
|
||||
- name: Checkout OpenFPGA repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check for source code changes
|
||||
id: changes
|
||||
|
|
Loading…
Reference in New Issue