diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-12-19 11:55:54 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-23 15:10:24 +0000 |
commit | d4c91884be8a0c474e2d6ad50db981741115068b (patch) | |
tree | 94ce60948dac50f9ec44ceab8930642ce80046c0 /.github/workflows | |
parent | kde-plasma/discover: Add missing dev-libs/appstream[qt6] USEdep (diff) | |
download | kde-d4c91884be8a0c474e2d6ad50db981741115068b.tar.gz kde-d4c91884be8a0c474e2d6ad50db981741115068b.tar.bz2 kde-d4c91884be8a0c474e2d6ad50db981741115068b.zip |
.github/workflows: fetch full history for pkgcheck actions
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/kde/pull/963
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pkgcheck.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/pkgcheck_merge.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/pkgcheck.yaml b/.github/workflows/pkgcheck.yaml index 433273bc72..d171c915d1 100644 --- a/.github/workflows/pkgcheck.yaml +++ b/.github/workflows/pkgcheck.yaml @@ -9,5 +9,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 diff --git a/.github/workflows/pkgcheck_merge.yaml b/.github/workflows/pkgcheck_merge.yaml index 651883127f..c59b76d180 100644 --- a/.github/workflows/pkgcheck_merge.yaml +++ b/.github/workflows/pkgcheck_merge.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - fetch-depth: 2 + fetch-depth: 0 - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 with: |