[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:
Alina Kladieva 2024-02-06 13:46:08 +01:00 committed by GitHub
parent 7e32f79cf9
commit e86671bbed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ on:
merge_group:
push:
branches:
- master
# - master
- 'releases/**'
concurrency:

View File

@ -5,7 +5,7 @@ on:
merge_group:
push:
branches:
- master
# - master
- 'releases/**'
concurrency:

View File

@ -5,7 +5,7 @@ on:
merge_group:
push:
branches:
- master
# - master
- 'releases/**'
concurrency:

View File

@ -5,7 +5,7 @@ on:
merge_group:
push:
branches:
- master
# - master
- 'releases/**'
concurrency: