File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11name : Build and test
22
33on :
4+ # When only Hugo docs change, this workflow is not required:
45 push :
6+ paths-ignore :
7+ - ' doc/**'
8+ - ' .github/workflows/hugo.yml'
59 pull_request :
10+ paths-ignore :
11+ - ' doc/**'
12+ - ' .github/workflows/hugo.yml'
613 schedule :
714 # run daily, this refreshes the cache
815 - cron : " 13 2 * * *"
Original file line number Diff line number Diff line change 11name : Build and test (other)
22
33on :
4+ # When only Hugo docs change, this workflow is not required:
45 push :
6+ paths-ignore :
7+ - ' doc/**'
8+ - ' .github/workflows/hugo.yml'
59 pull_request :
10+ paths-ignore :
11+ - ' doc/**'
12+ - ' .github/workflows/hugo.yml'
613 schedule :
714 # run daily, this refreshes the cache
815 - cron : " 13 2 * * *"
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: ShellCheck
22
33on :
44 pull_request :
5+ # When only Hugo docs change, this workflow is not required:
6+ paths-ignore :
7+ - ' doc/**'
8+ - ' .github/workflows/hugo.yml'
59 merge_group :
610
711concurrency : # On new push, cancel old workflows from the same PR, branch or tag:
You can’t perform that action at this time.
0 commit comments