kevinjqliu opened a new issue, #48142: URL: https://github.com/apache/arrow/issues/48142
### Describe the bug, including details regarding any error messages, version, and platform. I noticed my fork of `apache/arrow` has github action workflows running periodically and also failing https://github.com/kevinjqliu/arrow/actions There are a number of github action workflows on a scheduled trigger and not gated by the main repo name. https://grep.app/search?f.path=.github%2F&f.repo=apache%2Farrow&f.repo.pattern=apache%2Farrow&q=schedule%3A - [x] .github/dependabot.yml (N/A in forked repo) - [x] .github/workflows/stale.yml (N/A in forked repo) - [x] .github/workflows/r_nightly.yml (already gated with main repo name, https://github.com/apache/arrow/blob/7c3d4867e40dd0100542247a61cb83520369b2d4/.github/workflows/r_nightly.yml#L44) - [ ] .github/workflows/package_linux.yml - [ ] .github/workflows/cpp_extra.yml `cpp_extra.yml` in particular fails and generates an email each time. Proposed solution: Add a gate to the 2 workflows on main repo name (`apache/arrow`) ### Component(s) Continuous Integration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
