Skip to content

[All] Tweak molecule docker config #284

[All] Tweak molecule docker config

[All] Tweak molecule docker config #284

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