Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 22, 2025
1 parent 647c79b commit 70eb996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70eb996

Please sign in to comment.