diff --git a/scripts/ci/ready-for-aw-workflows.test.ts b/scripts/ci/ready-for-aw-workflows.test.ts index cbf25dc85..6da24ed6c 100644 --- a/scripts/ci/ready-for-aw-workflows.test.ts +++ b/scripts/ci/ready-for-aw-workflows.test.ts @@ -12,7 +12,6 @@ const readyForCiLockFiles = [ 'smoke-copilot-byok-aoai-apikey.lock.yml', 'smoke-copilot-byok-aoai-entra.lock.yml', 'smoke-copilot-byok.lock.yml', - 'smoke-copilot-pat.lock.yml', 'smoke-copilot.lock.yml', 'smoke-copilot-network-isolation.lock.yml', 'smoke-gemini.lock.yml', diff --git a/scripts/ci/smoke-copilot-workflow.test.ts b/scripts/ci/smoke-copilot-workflow.test.ts index aede2d275..03996860d 100644 --- a/scripts/ci/smoke-copilot-workflow.test.ts +++ b/scripts/ci/smoke-copilot-workflow.test.ts @@ -9,7 +9,6 @@ const copilotSmokeWorkflows = [ { name: 'smoke-copilot-byok', file: 'smoke-copilot-byok.md' }, { name: 'smoke-copilot', file: 'smoke-copilot.md' }, { name: 'smoke-copilot-network-isolation', file: 'smoke-copilot-network-isolation.md' }, - { name: 'smoke-copilot-pat', file: 'smoke-copilot-pat.md' }, ]; describe('smoke copilot workflow output requirements', () => {