Skip to content

Commit

Permalink
Merge pull request #39 from ZettaScaleLabs/fix-exclude-builds-input
Browse files Browse the repository at this point in the history
fix: Add default for `exclude-builds` in build-crates-standalone
  • Loading branch information
gabrik authored Mar 18, 2024
2 parents c520011 + 3390296 commit 770dd46
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 770dd46

Please # to comment.