Skip to content

[LPF-602] Remove invalid prometheus rule #316

[LPF-602] Remove invalid prometheus rule

[LPF-602] Remove invalid prometheus rule #316

Workflow file for this run

name: Feature build and test
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
jobs:
feature_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub repository
uses: actions/checkout@v4
- name: Build and test
uses: './.github/build-and-test'
- name: Snyk Scan
uses: './.github/snyk-scan'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN}}