diff --git a/.github/workflows/codium-pr-agent.yml b/.github/workflows/codium-pr-agent.yml deleted file mode 100644 index ec75823..0000000 --- a/.github/workflows/codium-pr-agent.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Codium Review - -on: - pull_request: - types: [opened, reopened, ready_for_review] - issue_comment: - -jobs: - call-workflow: - uses: cryptlex/github-actions/.github/workflows/codium_pr_agent.yml@main - secrets: inherit