Skip to content

Change yml extensions #252

Change yml extensions

Change yml extensions #252

Workflow file for this run

name: Molecule - Cron
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/molecule.cron.yaml
- .config/molecule/config.yml
- molecule/Dockerfile.*
- molecule/cron/**
- roles/cron/**
# Plugins
- plugins/filter/environment.py
- plugins/lookup/templates_exclusive.py
workflow_dispatch:
inputs:
debug:
type: boolean
description: Run with tmate debugging
required: false
default: false
jobs:
cron:
uses: ./.github/workflows/molecule.yaml

Check failure on line 25 in .github/workflows/molecule.cron.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/molecule.cron.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/molecule.cron.yaml" -> "./.github/workflows/molecule.yaml" : failed to fetch workflow: workflow was not found.
with:
debug: ${{ inputs.debug == true }}
scenario: cron