Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
trying workflow_call now
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Feb 12, 2024
1 parent 34ea689 commit 540c993
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
run_tests:
description: 'If true, run unit tests, otherwise skip them.'
required: false
default: 'true'
type: boolean
default: true
dry_run:
description: 'Is this a dry run. If so no package will be published.'
type: boolean
Expand All @@ -15,7 +16,8 @@ on:
run_tests:
description: 'If true, run unit tests, otherwise skip them.'
required: false
default: 'true'
type: boolean
default: true
dry_run:
description: 'Is this a dry run. If so no package will be published.'
type: boolean
Expand Down

0 comments on commit 540c993

Please sign in to comment.