Skip to content

Change yml extensions #275

Change yml extensions

Change yml extensions #275

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