Remove custom ovn_emit_need_to_frag config #726
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Github Action to trigger downstream job | ||
on: # yamllint disable-line rule:truthy | ||
issue_comment: | ||
types: [created, edited] | ||
jobs: | ||
trigger_workflow: | ||
uses: openstack-k8s-operators/ci-framework/.github/workflows/github-action-trigger-downstream-job-reusable-workflow.yaml@main | ||
Check failure on line 9 in .github/workflows/trigger-downstream-gh-action-job.yaml GitHub Actions / .github/workflows/trigger-downstream-gh-action-job.yamlInvalid workflow file
|