Skip to content

Update cache action #48

Update cache action

Update cache action #48

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