From 5f08f8efd8b119703737a8ed52140f8969daa934 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Fri, 8 Apr 2022 19:35:02 +0900 Subject: [PATCH] Format go Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- ci.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.go b/ci.go index 1b6a4f4..866bef7 100644 --- a/ci.go +++ b/ci.go @@ -9,8 +9,8 @@ import ( ) var ( - defaultCloudBuildRegion = "global" - + defaultCloudBuildRegion = "global" + // https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request githubActionsPRRefRegexp = regexp.MustCompile(`refs/pull/\d+/merge`) )