Skip to content

Commit

Permalink
chore(ci): update paths to make ci run on dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Nov 14, 2023
1 parent efa3213 commit 75e47f2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 40 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: Sigyn Agent
on:
push:
branches: [main]
paths:
- src/agent/src/**
- src/agent/test/**

pull_request:
paths:
- src/agent/src/**
- src/agent/test/**
- "src/agent/**"
- "!src/agent/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Sigyn Config
on:
push:
branches: [main]
paths:
- src/config/src/**
- src/config/test/**
pull_request:
paths:
- src/config/src/**
- src/config/test/**
- "src/config/**"
- "!src/config/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Sigyn Discord
on:
push:
branches: [main]
paths:
- src/discord/src/**
- src/discord/test/**
pull_request:
paths:
- src/discord/src/**
- src/discord/test/**
- "src/discord/**"
- "!src/discord/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/logql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Sigyn LogQL
on:
push:
branches: [main]
paths:
- src/logql/src/**
- src/logql/test/**
pull_request:
paths:
- src/logql/src/**
- src/logql/test/**
- "src/logql/**"
- "!src/logql/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/morphix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Morphix
on:
push:
branches: [main]
paths:
- src/morphix/src/**
- src/morphix/test/**
pull_request:
paths:
- src/morphix/src/**
- src/morphix/test/**
- "src/morphix/**"
- "!src/morphix/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/notifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Notifiers
on:
push:
branches: [main]
paths:
- src/notifiers/src/**
- src/notifiers/test/**
pull_request:
paths:
- src/notifiers/src/**
- src/notifiers/test/**
- "src/notifiers/**"
- "!src/notifiers/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Sigyn Slack
on:
push:
branches: [main]
paths:
- src/slack/src/**
- src/slack/test/**
pull_request:
paths:
- src/slack/src/**
- src/slack/test/**
- "src/slack/**"
- "!src/slack/README.md"

permissions:
contents: read
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Sigyn Teams
on:
push:
branches: [main]
paths:
- src/teams/src/**
- src/teams/test/**
pull_request:
paths:
- src/teams/src/**
- src/teams/test/**
- "src/teams/**"
- "!src/teams/README.md"

permissions:
contents: read
Expand Down

0 comments on commit 75e47f2

Please sign in to comment.