Skip to content

Commit

Permalink
Fix workflow dispatch for pulumi sync (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored May 20, 2024
1 parent 79ec70e commit 1b10e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sync-changes

on:
workflow_call:
workflow_dispatch:
inputs:
preview:
description: "Dry run of the Pulumi changes"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-sync-main-sigstore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sync-changes

on:
workflow_call:
workflow_dispatch:
inputs:
preview:
description: "Dry run of the Pulumi changes"
Expand Down

0 comments on commit 1b10e62

Please sign in to comment.