fix CI skip condition for bot PRs

[skip ci]
This commit is contained in:
2020-04-30 10:57:35 -04:00
parent dead391723
commit c8265db6cc
5 changed files with 22 additions and 26 deletions
+3 -1
View File
@@ -9,4 +9,6 @@
{{ partialCached "head/webmention" . -}}
{{ partial "head/canonical" . -}}
{{ partial "head/schema" . -}}
{{ partial "scripts/simple_analytics_events" . -}}
{{ if eq hugo.Environment "production" }}
{{ partial "scripts/simple_analytics_events" . -}}
{{ end }}