ci: fetch full history for change detection after rebase
This commit is contained in:
@@ -127,6 +127,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Detect changed docker-built services
|
- name: Detect changed docker-built services
|
||||||
id: services
|
id: services
|
||||||
|
|||||||
@@ -127,6 +127,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Detect changed docker-built services
|
- name: Detect changed docker-built services
|
||||||
id: services
|
id: services
|
||||||
|
|||||||
Reference in New Issue
Block a user