feat: orchestrate CI workflows to prevent duplicate runs when autofix makes changes (#24758)
This commit is contained in:
parent
f8f768873e
commit
e47bfd2ca3
6 changed files with 134 additions and 0 deletions
1
.github/workflows/api-tests.yml
vendored
1
.github/workflows/api-tests.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Run Pytest
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue