Skip to content

Commit

Permalink
Update ci.go
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlh authored Jun 8, 2020
1 parent 0313a4b commit 4429d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func githubActions() (ci CI, err error) {
)

ref := os.Getenv("GITHUB_REF")
pr := 0
pr := ""
if ref != "" {
prRegex := regexp.MustCompile(`refs/pull/\d*/merge`)
if prRegex.MatchString(ref) {
Expand Down

0 comments on commit 4429d5a

Please sign in to comment.