From eecfae14be761ec2fe5dbce7138511bfd8dda7f8 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 9 Nov 2023 16:02:47 +0100 Subject: github actions: Only run distcheck on Debian It's not really something that usually needs be run everywhere, it should be pretty stable as long as the build system is properly set up. This can still be enabled back for all targets if needed. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d829e718..e49cd1b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,6 +134,7 @@ jobs: run: make -C mate-panel -j ${{ env.JOBS }} check - name: Run distcheck + if: ${{ startsWith(matrix.container, 'debian:') }} run: make -C mate-panel -j ${{ env.JOBS }} distcheck # Do we need the real build for cppcheck run? I don't think so -- cgit v1.2.1