Skip to content

Commit

Permalink
fix: remove workflow_dispatch
Browse files Browse the repository at this point in the history
pull_request_target are only intended to be used with contributor PRs and we cannot dispatch builds for these branches so there was no point having that option.
  • Loading branch information
coroiu committed Feb 10, 2025
1 parent 53a7286 commit dd9a2be
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-browser-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ on:
- '!*.txt'
workflow_call:
inputs: {}
workflow_dispatch:
inputs:
sdk_branch:
description: "Custom SDK branch"
required: false
type: string

defaults:
run:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-cli-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ on:
- '!*.txt'
- '.github/workflows/build-cli.yml'
- 'bitwarden_license/bit-cli/**'
workflow_dispatch:
inputs:
sdk_branch:
description: "Custom SDK branch"
required: false
type: string

defaults:
run:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-desktop-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ on:
- '!*.md'
- '!*.txt'
- '.github/workflows/build-desktop.yml'
workflow_dispatch:
inputs:
sdk_branch:
description: "Custom SDK branch"
required: false
type: string

defaults:
run:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/build-web-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ on:
- '!*.md'
- '!*.txt'
- '.github/workflows/build-web.yml'
workflow_dispatch:
inputs:
custom_tag_extension:
description: "Custom image tag extension"
required: false
sdk_branch:
description: "Custom SDK branch"
required: false
type: string

defaults:
run:
Expand Down

0 comments on commit dd9a2be

Please sign in to comment.