Skip to content

Commit

Permalink
Merge branch 'main' into uni07eta_octavia
Browse files Browse the repository at this point in the history
  • Loading branch information
lavraham authored Sep 12, 2024
2 parents 7511ccd + 538ac02 commit 318038e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/trigger-downstream-gh-action-job.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
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

0 comments on commit 318038e

Please sign in to comment.