Skip to content

Cleanup

Cleanup #89

name: Molecule - Promtail
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/molecule.promtail.yaml
- .config/molecule/config.yml
- molecule/Dockerfile.*
- molecule/promtail/**
- roles/promtail/**
# Plugins
- plugins/filter/promtail_architecture.py
- plugins/filter/yaml.py
workflow_dispatch:
inputs:
debug:
description: Run with tmate debugging
required: false
default: false
jobs:
promtail:
uses: ./.github/workflows/molecule.yaml
with:
debug: ${{ inputs.debug == true }}
scenario: promtail