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

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

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

kou
Copy link
Member

@kou kou commented Sep 7, 2024

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.

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

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

@kou kou force-pushed the ci-avoid-duplicate-jobs-by-dependabot branch from 8ee9960 to 332726f Compare September 7, 2024 21:19
@kou
Copy link
Member Author

kou commented Sep 7, 2024

+1

@kou kou merged commit d35b4c9 into apache:main Sep 7, 2024
5 of 6 checks passed
@kou kou deleted the ci-avoid-duplicate-jobs-by-dependabot branch September 7, 2024 21:35
@kou
Copy link
Member Author

kou commented Sep 7, 2024

#104 runs only pull request CI jobs. It's expected.

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 this pull request may close these issues.

Avoid duplicated CI jobs by Dependabot
1 participant