Skip to content

Commit

Permalink
Deletes redundant library workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markwaddle committed Oct 18, 2024
1 parent 19d698f commit 1964569
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: guided-conversation assistant continuous integration
name: guided-conversation-assistant continuous integration

on:
pull_request:
Expand All @@ -7,15 +7,15 @@ on:
- "assistants/guided-conversation-assistant/**"
- "libraries/python/**"
- "tools/docker/**"
- ".github/workflows/guided-conversation-assistant.yml"
- ".github/workflows/assistants-guided-conversation-assistant.yml"

push:
branches: ["main"]
paths:
- "assistants/guided-conversation-assistant/**"
- "libraries/python/**"
- "tools/docker/**"
- ".github/workflows/guided-conversation-assistant.yml"
- ".github/workflows/assistants-guided-conversation-assistant.yml"

workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: prospector assistant continuous integration
name: prospector-assistant continuous integration

on:
pull_request:
Expand All @@ -7,15 +7,15 @@ on:
- "assistants/prospector-assistant/**"
- "libraries/python/**"
- "tools/docker/**"
- ".github/workflows/prospector-assistant.yml"
- ".github/workflows/assistants-prospector-assistant.yml"

push:
branches: ["main"]
paths:
- "assistants/prospector-assistant/**"
- "libraries/python/**"
- "tools/docker/**"
- ".github/workflows/prospector-assistant.yml"
- ".github/workflows/assistants-prospector-assistant.yml"

workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: skill assistant continuous integration
name: skill-assistant continuous integration

on:
pull_request:
Expand All @@ -7,15 +7,15 @@ on:
- "assistants/skill-assistant/**"
- "libraries/python/**"
- "tools/docker/**"
- ".github/workflows/skill-assistant.yml"
- ".github/workflows/assistants-skill-assistant.yml"

push:
branches: ["main"]
paths:
- "assistants/skill-assistant/**"
- "libraries/python/**"
- "tools/docker/**"
- ".github/workflows/skill-assistant.yml"
- ".github/workflows/assistants-skill-assistant.yml"

workflow_dispatch:

Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/semantic-workbench-assistant.yml

This file was deleted.

0 comments on commit 1964569

Please sign in to comment.