refactor: remove duplicate pull_request triggers from workflow files (#24814)
This commit is contained in:
parent
574d00bb13
commit
9ff6baaf52
7 changed files with 2 additions and 35 deletions
7
.github/workflows/api-tests.yml
vendored
7
.github/workflows/api-tests.yml
vendored
|
|
@ -2,13 +2,6 @@ name: Run Pytest
|
|||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- api/**
|
||||
- docker/**
|
||||
- .github/workflows/api-tests.yml
|
||||
|
||||
concurrency:
|
||||
group: api-tests-${{ github.head_ref || github.run_id }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue