We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8256ad9 commit 709e315Copy full SHA for 709e315
.github/workflows/hugo.yaml
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-22.04
56
needs: vars
57
# Only if PR not closed or merged
58
- if: needs.vars.outputs.pr_closed_merged == 'false'
+ if: needs.vars.outputs.pr_closed_merged == 'false' || needs.vars.outputs.pr_closed_merged == ''
59
steps:
60
- uses: actions/checkout@v4
61
with:
@@ -90,7 +90,7 @@ jobs:
90
needs:
91
- vars
92
- build
93
94
95
- name: Download artifact
96
uses: actions/download-artifact@v4
0 commit comments