Skip to content

Commit

Permalink
Add workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 21, 2023
1 parent c9d0164 commit e51c39a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ on:
description: "Use cache"
type: boolean
default: true
workflow_call:
inputs:
target:
description: "How much of the test suite to run"
type: choice
default: default
options:
- default
- full
- downstream
cache:
description: "Use cache"
type: boolean
default: true

schedule:
- cron: "0 14 * * SUN"
Expand Down

0 comments on commit e51c39a

Please sign in to comment.