apache / arrow-go

Official Go implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
34 stars 6 forks source link

GH-100: Don't run CI jobs by Dependabot push #101

Closed kou closed 2 months ago

kou commented 2 months ago

Fix GH-100

It seems that Dependabot always use dependabot/* branch. If we ignore push trigger for the branch, we can run only pull_request trigger for Dependabot.

kou commented 2 months ago

Push to nondependabot/* branch still trigger CI: https://github.com/kou/arrow-go/actions/runs/10754458908

kou commented 2 months ago

+1

kou commented 2 months ago

https://github.com/apache/arrow-go/pull/104 runs only pull request CI jobs. It's expected.