Skip to content

.github/workflows/merge_check.yaml #5

.github/workflows/merge_check.yaml

.github/workflows/merge_check.yaml #5

Workflow file for this run

# Copyright (c) 2024 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Merge Check
on:
merge_group: null
permissions: read-all
jobs:
status-check:
runs-on: ubuntu-latest
steps:
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
with:
ref: ${{ github.event.merge_group.head_ref }}
check-name: helm-ci
repo-token: ${{ secrets.ACTION_TOKEN }}
wait-interval: 10
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
with:
ref: ${{ github.event.merge_group.head_ref }}
check-name: integration-test
repo-token: ${{ secrets.ACTION_TOKEN }}
wait-interval: 10
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
with:
ref: ${{ github.event.merge_group.head_ref }}
check-name: coverage
repo-token: ${{ secrets.ACTION_TOKEN }}
wait-interval: 10