alamb opened a new pull request, #21939: URL: https://github.com/apache/datafusion/pull/21939
## Which issue does this PR close? - Part of #21938. ## Rationale for this change `Dev` and `Security audit` currently run on both `merge_group` and `push`, which means a merge-queue commit can start two runs for the same workflow and SHA. `Dependencies` exposed this race because its `merge_group` run was still active when the later `push` run started, but the same duplicate-trigger setup exists in these workflows as well. This PR follows the existing pattern already used by `Large files PR check`: https://github.com/apache/datafusion/blob/main/.github/workflows/large_files.yml#L24-L26 ## What changes are included in this PR? - Remove the `push` trigger from `Dev` - Remove the `push` trigger from `Security audit` - Keep `pull_request` and `merge_group` so PR validation and merge-queue validation still run ## Are these changes tested? - `git diff --check` - `actionlint` is not installed in this environment ## Are there any user-facing changes? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
