Skip to content

Allow boolean cache input and document inputs #46

Allow boolean cache input and document inputs

Allow boolean cache input and document inputs #46

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
paths:
- "**.yml"
pull_request:
paths:
- "**.yml"
defaults:
run:
shell: bash
jobs:
test-cache:
uses: ./.github/workflows/env.yml
with:
cache: true
test-no-cache:
uses: ./.github/workflows/env.yml
with:
cache: false