Skip to content

Commit

Permalink
Remove broken matrix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Oct 29, 2024
1 parent 23e70eb commit b6473a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
uses: ./.github/workflows/docs.yml
with:
publish: false
linkcheck: ${{ contains(matrix.variant.os, 'ubuntu') && github.ref == 'refs/heads/main' }}
linkcheck: github.ref == 'refs/heads/main' }}
branch: ${{ github.head_ref == '' && github.ref_name || github.head_ref }}
secrets: inherit

0 comments on commit b6473a2

Please sign in to comment.