Skip to content

Commit 113bf93

Browse files
committed
fix workflow failing on no changes
1 parent f5d381f commit 113bf93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
3030
run: npm run scrape-wiki
3131
- name: Format the output with StyLua
32+
if: ${{ steps.wiki_confirm_no_changes.outcome == 'failure' }}
3233
uses: JohnnyMorganz/stylua-action@v2
3334
with:
3435
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)