Skip to content

Commit d124442

Browse files
authored
Update go.yml
1 parent f0d9b3f commit d124442

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
schedule:
9-
- cron: "5 17 * * *"
108

119
jobs:
1210

@@ -33,4 +31,4 @@ jobs:
3331
fi
3432
3533
- name: Build
36-
run: go build -v ./project/
34+
run: cd project && go build -v .

0 commit comments

Comments
 (0)