Skip to content

Commit

Permalink
Merge branch 'main' into update-go-and-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 2, 2023
2 parents f62e211 + 3262c2b commit a86dbe3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build by matrix
on:
pull_request:
workflow_dispatch:
schedule:
- cron: |
0 0 * * *
push:
tags:
- v*
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Lint by GolangCI LInt
on:
pull_request:
schedule:
- cron: |
0 0 * * *
push:
tags:
- v*
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: |
0 0 * * *
jobs:
test:
name: Unit test
Expand Down

0 comments on commit a86dbe3

Please sign in to comment.