Skip to content

Commit

Permalink
fix(workflows/release-crates-*): Set live-run to false (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Mar 14, 2024
1 parent 4a37708 commit 6afc684
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
branch:
type: string
required: true
Expand All @@ -22,7 +22,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
branch:
type: string
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
live-run:
type: string
required: true
required: false
repo:
type: string
required: true
Expand All @@ -23,7 +23,7 @@ on:
inputs:
live-run:
type: string
required: true
required: false
repo:
type: string
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-eclipse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
version:
type: string
required: true
Expand All @@ -35,7 +35,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
version:
type: string
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
version:
type: string
required: true
Expand All @@ -32,7 +32,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
version:
type: string
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
version:
type: string
required: true
Expand All @@ -32,7 +32,7 @@ on:
required: true
live-run:
type: string
required: true
required: false
version:
type: string
required: true
Expand Down

0 comments on commit 6afc684

Please sign in to comment.