diff --git a/.github/workflows/trigger-downstream-gh-action-job.yaml b/.github/workflows/trigger-downstream-gh-action-job.yaml deleted file mode 100644 index 1de8aa3b7..000000000 --- a/.github/workflows/trigger-downstream-gh-action-job.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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