We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b758b commit 79949acCopy full SHA for 79949ac
.github/workflows/hugo.yaml
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-22.04
53
needs: vars
54
# Only if PR not closed or merged
55
- if: ! needs.vars.outputs.pr_closed_merged
+ if: needs.vars.outputs.pr_closed_merged
56
steps:
57
- uses: actions/checkout@v4
58
with:
0 commit comments