Skip to content

Commit

Permalink
fix: Add default for exclude-builds in build-crates-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Mar 18, 2024
1 parent 6afc684 commit 3390296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-crates-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
exclude-builds:
type: string
required: false
default: '[]'
workflow_dispatch:
inputs:
repo:
Expand All @@ -35,6 +36,7 @@ on:
exclude-builds:
type: string
required: false
default: '[]'

jobs:
build:
Expand Down

0 comments on commit 3390296

Please sign in to comment.