[GHA] Remove push trigger from workflows running in full scope in merge queue (#22634)
To remove duplication while we don't need post-commit artifacts. Will need to notify people who are monitoring & reporting sporadic
This commit is contained in:
parent
7e32f79cf9
commit
e86671bbed
|
|
@ -5,7 +5,7 @@ on:
|
|||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# - master
|
||||
- 'releases/**'
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ on:
|
|||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# - master
|
||||
- 'releases/**'
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ on:
|
|||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# - master
|
||||
- 'releases/**'
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ on:
|
|||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# - master
|
||||
- 'releases/**'
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Reference in New Issue