Skip to content

add more stackrox/acs metrics #362

add more stackrox/acs metrics

add more stackrox/acs metrics #362

Workflow file for this run

name: CI tests
on:
workflow_call:
pull_request_target:
types: [opened, edited, synchronize, reopened, labeled]
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/linters.yml
build:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
uses: ./.github/workflows/builders.yml
tests:
needs: build
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
uses: ./.github/workflows/test-ocp.yml
secrets: inherit