Skip to content

Commit

Permalink
Make options optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 16, 2024
1 parent e03e018 commit aa10cd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/feature-test-2gp-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ on:
description: "The context to use for the commit status containing snapshot creation status and details"
type: string
parent_workflow_name:
required: true
required: false
type: string
description: "The name of the parent workflow that called this workflow. Used to determine if the build has already run and passed."
description: "NOT USED: The name of the parent workflow that called this workflow. Used to determine if the build has already run and passed."
triggering_event:
required: true
required: false
type: string
description: "The event that triggered the parent workflow (push, pull_request, workflow_dispatch)"
description: "NOT USED: The event that triggered the parent workflow (push, pull_request, workflow_dispatch)"
current_workflow_run_id:
required: true
required: false
type: string
description: "The ID of the current workflow run. Used to exclude the current build from the list of running builds."
description: "NOT USED: The ID of the current workflow run. Used to exclude the current build from the list of running builds."
secrets:
dev-hub-auth-url:
required: false
Expand Down

0 comments on commit aa10cd2

Please sign in to comment.