Karim shoair commited on
Commit
87082f7
·
1 Parent(s): cfd0d78

ops: exclude agent skill from workflow triggers

Browse files
.github/workflows/code-quality.yml CHANGED
@@ -11,6 +11,7 @@ on:
11
  - 'docs/**'
12
  - 'images/**'
13
  - '.github/**'
 
14
  - '!.github/workflows/code-quality.yml' # Always run when this workflow changes
15
  pull_request:
16
  branches:
@@ -22,6 +23,7 @@ on:
22
  - 'docs/**'
23
  - 'images/**'
24
  - '.github/**'
 
25
  - '*.yml'
26
  - '*.yaml'
27
  - 'ruff.toml'
 
11
  - 'docs/**'
12
  - 'images/**'
13
  - '.github/**'
14
+ - 'agent-skill/**'
15
  - '!.github/workflows/code-quality.yml' # Always run when this workflow changes
16
  pull_request:
17
  branches:
 
23
  - 'docs/**'
24
  - 'images/**'
25
  - '.github/**'
26
+ - 'agent-skill/**'
27
  - '*.yml'
28
  - '*.yaml'
29
  - 'ruff.toml'
.github/workflows/tests.yml CHANGED
@@ -10,6 +10,7 @@ on:
10
  - 'docs/**'
11
  - 'images/**'
12
  - '.github/**'
 
13
  - '*.yml'
14
  - '*.yaml'
15
  - 'ruff.toml'
@@ -23,6 +24,7 @@ on:
23
  - 'docs/**'
24
  - 'images/**'
25
  - '.github/**'
 
26
  - '*.yml'
27
  - '*.yaml'
28
  - 'ruff.toml'
 
10
  - 'docs/**'
11
  - 'images/**'
12
  - '.github/**'
13
+ - 'agent-skill/**'
14
  - '*.yml'
15
  - '*.yaml'
16
  - 'ruff.toml'
 
24
  - 'docs/**'
25
  - 'images/**'
26
  - '.github/**'
27
+ - 'agent-skill/**'
28
  - '*.yml'
29
  - '*.yaml'
30
  - 'ruff.toml'