mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 12:22:29 +00:00
Fix CI not running on main
This commit is contained in:
3
.github/workflows/ci-front.yaml
vendored
3
.github/workflows/ci-front.yaml
vendored
@@ -113,7 +113,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Fetch local actions
|
- name: Fetch local actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Check for changed files
|
- name: Check for changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v11
|
uses: tj-actions/changed-files@v11
|
||||||
|
|||||||
Reference in New Issue
Block a user