Skip to content

ci: remove token test input #18

ci: remove token test input

ci: remove token test input #18

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
test-no-cache:
uses: ./.github/workflows/env.yml
with:
cache: "false"