Skip to content

Commit 79949ac

Browse files
committed
fixup!
1 parent f5b758b commit 79949ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-22.04
5353
needs: vars
5454
# Only if PR not closed or merged
55-
if: ! needs.vars.outputs.pr_closed_merged
55+
if: needs.vars.outputs.pr_closed_merged
5656
steps:
5757
- uses: actions/checkout@v4
5858
with:

0 commit comments

Comments
 (0)