Skip to content

Commit f0d9b3f

Browse files
authored
Update go.yml
1 parent 281c55e commit f0d9b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
schedule:
9-
- cron: "0 17 * * *"
9+
- cron: "5 17 * * *"
1010

1111
jobs:
1212

@@ -33,4 +33,4 @@ jobs:
3333
fi
3434
3535
- name: Build
36-
run: go build -v .
36+
run: go build -v ./project/

0 commit comments

Comments
 (0)