From 400c08d9a8e20ae2d921f5358b14f9ca8444c963 Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Thu, 6 Feb 2025 11:10:49 +0000 Subject: [PATCH] Remove reference to deleted downstream workflow --- .github/workflows/trigger-downstream-gh-action-job.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/trigger-downstream-gh-action-job.yaml 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