Skip to content

Commit 86e7da9

Browse files
Fix CI: Re-enable running shellcheck even when only docs changed
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent e01e895 commit 86e7da9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/shellcheck.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: ShellCheck
22

33
on:
44
pull_request:
5-
# When only Hugo docs change, this workflow is not required:
6-
paths-ignore:
7-
- 'doc/**'
8-
- '.github/workflows/hugo.yml'
95
merge_group:
106

117
concurrency: # On new push, cancel old workflows from the same PR, branch or tag:

0 commit comments

Comments
 (0)