1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 09:15:31 -04:00

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

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 }}