Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid duplicated CI jobs by Dependabot #100

Closed
kou opened this issue Sep 7, 2024 · 1 comment · Fixed by #101
Closed

Avoid duplicated CI jobs by Dependabot #100

kou opened this issue Sep 7, 2024 · 1 comment · Fixed by #101
Milestone

Comments

@kou
Copy link
Member

kou commented Sep 7, 2024

Dependabot creates a branch in apache/arrow-go and create a PR from the branch.
Our CI jobs are executed for both of push and pull request.
So Dependabot PRs run duplicated CI jobs.

For example: #93

kou added a commit to kou/arrow-go that referenced this issue Sep 7, 2024
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 added a commit that referenced this issue Sep 7, 2024
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
Copy link
Member Author

kou commented Sep 7, 2024

Done by GH-101.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants