diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index 5dfec1736..c957295e9 100644 --- a/.github/workflows/llmsecops-cicd.llm.yml +++ b/.github/workflows/llmsecops-cicd.llm.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (LLM, no RAG)' +name: '[Deprecated] LLM Prompt Testing (LLM, no RAG)' on: workflow_dispatch: jobs: diff --git a/.github/workflows/llmsecops-cicd.llm_rag.yml b/.github/workflows/llmsecops-cicd.llm_rag.yml index 6e1f8e7dd..3199edeee 100644 --- a/.github/workflows/llmsecops-cicd.llm_rag.yml +++ b/.github/workflows/llmsecops-cicd.llm_rag.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (WSGI)' +name: '[Deprecated] LLM Prompt Testing (WSGI)' on: workflow_dispatch: diff --git a/.github/workflows/llmsecops-cicd.test.garak.yml b/.github/workflows/llmsecops-cicd.test.garak.yml index 8e4fe1f58..52fc49892 100644 --- a/.github/workflows/llmsecops-cicd.test.garak.yml +++ b/.github/workflows/llmsecops-cicd.test.garak.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (Garak test.Test probe)' +name: '[Deprecated] LLM Prompt Testing (Garak test.Test probe)' on: workflow_dispatch: diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index a660db422..44ef07073 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (LangChain)' +name: '[Deprecated] LLM Prompt Testing (LangChain)' on: workflow_dispatch: