Skip to content

Commit

Permalink
Allow dispatch when using scheudled
Browse files Browse the repository at this point in the history
  • Loading branch information
MoteHue committed May 13, 2024
1 parent 134e9c3 commit f7562cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/github/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ github_kayobe_environment_input: |
{%- endif -%}
github_octavia_certificates_input: |
{%- if github_environment_selector == 'input' -%}
expiry_time:
description: |
Check if the Octavia Amphora certificates will expire within this
Expand Down Expand Up @@ -161,7 +160,7 @@ github_run_kolla_ansible_octavia_certificates:
use_bespoke: true
expiry_time: "{{ github_default_octavia_certificates_expiry_time }}"
trigger: >-
{{ github_octavia_certificates_schedule_trigger if
{{ [github_octavia_certificates_schedule_trigger, github_octavia_certificates_workflow_dispatch_trigger] if
github_octavia_certificates_schedule else
github_octavia_certificates_workflow_dispatch_trigger }}
concurrency_group: overcloud
Expand Down

0 comments on commit f7562cd

Please sign in to comment.