wechaty / grpc

gRPC Service & Protocol Buffers for Wechaty Puppet
https://wechaty.github.io/grpc/
Apache License 2.0
25 stars 22 forks source link

Condition run the GitHub Actions with `paths` filter #123

Closed huan closed 2 years ago

huan commented 3 years ago

Need to be fixed.

@wechaty/go @wechaty/grpc

dingdayu commented 2 years ago

Please check #161 @huan

dingdayu commented 2 years ago

Can consider adding the following conditions to the action, and try to compress the action time.

on:
  push:
    paths:
      - 'go/*'
      - 'proto/*'
huan commented 2 years ago

It's a fantastic idea! We definitely should add these conditions to the actions!

huan commented 2 years ago

The Go GitHub Action is green now, so let's move on and merge this issue to

huan commented 2 years ago

Added the paths to the yml