Skip to content

Cleanup

Cleanup #231

Workflow file for this run

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