From 70eb996edeedc9a394870abf8f200efda2e87725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 22 Jan 2025 18:45:29 +0100 Subject: [PATCH] tmp --- .github/workflows/build-deb.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-deb.yaml b/.github/workflows/build-deb.yaml index 580a97fa4..ba282b5e6 100644 --- a/.github/workflows/build-deb.yaml +++ b/.github/workflows/build-deb.yaml @@ -113,6 +113,12 @@ jobs: echo "needs.check-modified-files.outputs: ${{ needs.check-modified-files.outputs }}" echo "needs.check-modified-files.outputs.modified-files: ${{ needs.check-modified-files.outputs.modified-files }}" + echo contains(needs.check-modified-files.outputs.modified-files, '.github/workflows/build-deb.yaml') + echo ${{ contains(needs.check-modified-files.outputs.modified-files, '.github/workflows/build-deb.yaml') }} + + echo contains(needs.check-modified-files.outputs.modified-files, 'debian') + echo ${{ contains(needs.check-modified-files.outputs.modified-files, 'debian') }} + run-autopkgtests: name: Run autopkgtests runs-on: ubuntu-latest