Closed kou closed 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.
dependabot/*
push
pull_request
Push to nondependabot/* branch still trigger CI: https://github.com/kou/arrow-go/actions/runs/10754458908
+1
https://github.com/apache/arrow-go/pull/104 runs only pull request CI jobs. It's expected.
Fix GH-100
It seems that Dependabot always use
dependabot/*
branch. If we ignorepush
trigger for the branch, we can run onlypull_request
trigger for Dependabot.