Skip to content

Commit

Permalink
chore: required false WORKFLOW_ID for trigger-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 19, 2024
1 parent 1f90d84 commit 68a081d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
WORKFLOW_ID:
description: "The workflow id that triggers the workflow"
type: string
required: true
required: false
default: ''
APECD_REF:
description: "The branch name of apecloud-cd"
Expand Down Expand Up @@ -63,7 +63,7 @@ on:
WORKFLOW_ID:
description: "The workflow id that triggers the workflow"
type: string
required: true
required: false
default: ''
APECD_REF:
description: "The branch name of apecloud-cd"
Expand Down

0 comments on commit 68a081d

Please sign in to comment.