Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1896 from sailpoint/devrel-1882
Browse files Browse the repository at this point in the history
Allow workflow triggers to be null' by github action: 11845120660
  • Loading branch information
tyler-mairose-sp committed Nov 14, 2024
1 parent d4a4bf4 commit 8c0e37d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion idn/beta/schemas/WorkflowTrigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ properties:
- EVENT
- EXTERNAL
- SCHEDULED
- ""
example: EVENT
description: The trigger type
displayName:
type: string
nullable: true
attributes:
oneOf:
nullable: true
anyOf:
- $ref: './workflows/trigger-attributes/EventAttributes.yaml'
- $ref: './workflows/trigger-attributes/ExternalAttributes.yaml'
- $ref: './workflows/trigger-attributes/ScheduledAttributes.yaml'
Expand Down
4 changes: 3 additions & 1 deletion idn/v3/schemas/workflows/WorkflowTrigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ properties:
- EVENT
- EXTERNAL
- SCHEDULED
- ""
example: EVENT
description: The trigger type
displayName:
type: string
nullable: true
attributes:
oneOf:
nullable: true
anyOf:
- $ref: './trigger-attributes/EventAttributes.yaml'
- $ref: './trigger-attributes/ExternalAttributes.yaml'
- $ref: './trigger-attributes/ScheduledAttributes.yaml'
Expand Down

0 comments on commit 8c0e37d

Please sign in to comment.