Skip to content

Commit cabccbf

Browse files
workflow updated
1 parent a195b1b commit cabccbf

3 files changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/build-docker-images.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ on:
66
- main
77
- dev
88
- demo
9-
paths:
10-
- 'code/**'
11-
- '!code/tests/**'
12-
- 'docker/**'
13-
- 'package.json'
14-
- 'pyproject.toml'
15-
- '.github/workflows/build-docker-images.yml'
16-
- '.github/workflows/build-docker.yml'
179
pull_request:
1810
branches:
1911
- main
@@ -24,13 +16,6 @@ on:
2416
- ready_for_review
2517
- reopened
2618
- synchronize
27-
paths:
28-
- 'code/**'
29-
- 'docker/**'
30-
- 'package.json'
31-
- 'pyproject.toml'
32-
- '.github/workflows/build-docker-images.yml'
33-
- '.github/workflows/build-docker.yml'
3419
merge_group:
3520
workflow_dispatch:
3621

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ on:
66
- main
77
- dev
88
- demo
9-
paths:
10-
- 'infra/**'
11-
- 'scripts/**'
12-
- 'azure.yaml'
13-
- 'pyproject.toml'
14-
- 'Makefile'
15-
- '.github/workflows/ci.yml'
169
schedule:
1710
- cron: '0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
1811
workflow_dispatch:

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main, dev, demo]
7-
paths:
8-
- 'code/**'
9-
- 'pyproject.toml'
10-
- 'package.json'
11-
- 'pytest.ini'
12-
- '.github/workflows/tests.yml'
137
pull_request:
148
branches: [main, dev, demo]
159
paths:

0 commit comments

Comments
 (0)