Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Boll committed Nov 9, 2024
1 parent cec04c3 commit 9a31f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
fi
build:
if: needs.check-version-in-commit.outputs.should_publish == 'true'
needs:
- check-version-in-commit
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -159,6 +161,8 @@ jobs:
runs-on: ubuntu-latest
name: Build FreeBSD
if: needs.check-version-in-commit.outputs.should_publish == 'true'
needs:
- check-version-in-commit
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 9a31f7a

Please sign in to comment.