Skip to content

Commit

Permalink
Merge pull request #232 from scipp/fix-workflow-syntax
Browse files Browse the repository at this point in the history
Fix messed up syntax in GH workflow
  • Loading branch information
jl-wynen authored Nov 8, 2024
2 parents ec3c4a2 + 061ab27 commit 0ea60ac
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: 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 0ea60ac

Please sign in to comment.