Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair authored Dec 25, 2024
1 parent 58d10d3 commit 89e3d8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:

deb_package:

continue-on-error: ${{ github.ref != 'refs/heads/debian' && github.base_ref != 'refs/heads/debian' }}
strategy:
fail-fast: false
matrix:
Expand All @@ -45,6 +44,9 @@ jobs:
container: debian:${{ matrix.release }}-slim

steps:
- name: Where am I
run: echo "$PWD"

- name: Install dependencies
run: |
apt-get update
Expand Down

0 comments on commit 89e3d8b

Please sign in to comment.