[GHA] actions not required on merge group (#5233)

* no need to run codeql on merge group
* no need to run repolinter on merge group
* no need to run checks and gradle-wrapper on merge group

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/5241/head
Sally MacFarlane 2 years ago committed by GitHub
parent 4f2ea483aa
commit 48e2063fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/checks.yml
  2. 1
      .github/workflows/codeql.yml
  3. 2
      .github/workflows/gradle-wrapper-validation.yml
  4. 1
      .github/workflows/repolinter.yml

@ -4,7 +4,6 @@ on:
branches: [ main ]
pull_request:
workflow_dispatch:
merge_group:
jobs:
spotless:

@ -21,7 +21,6 @@ on:
- '**/*.md'
- '**/*.properties'
- '**/*.txt'
merge_group:
jobs:
analyze:
name: Analyze

@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
name: "Validate Gradle Wrapper"
on: [push, pull_request, merge_group]
on: [push, pull_request]
jobs:
validation:

@ -12,7 +12,6 @@ on:
branches:
- master
- main
merge_group:
jobs:
build:

Loading…
Cancel
Save