diff options
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |