Skip to content

Commit a854315

Browse files
authored
PROD DEPLOY 4/7/26 (#2530)
2 parents 06d6fa1 + 9c506b2 commit a854315

70 files changed

Lines changed: 207694 additions & 37195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cypress-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches: [ edge, stable ]
66
pull_request:
7-
branches: [ edge, stable ]
7+
branches:
8+
- edge
9+
- stable
10+
- 'jc/**'
811

912
jobs:
1013
cypress-run:

.github/workflows/jest-server-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches: [ edge, stable ]
66
pull_request:
7-
branches: [ edge, stable ]
7+
branches:
8+
- edge
9+
- stable
10+
- 'jc/**'
811

912
jobs:
1013
server-integration-tests:

.github/workflows/python-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ name: Delphi Python Tests
22

33
on:
44
push:
5-
branches: &branches [ edge, stable ]
5+
branches: [ edge, stable ]
66
paths: &paths
77
- 'delphi/**/*.py'
88
- 'delphi/requirements*.txt'
99
- 'delphi/Dockerfile'
1010
- '.github/workflows/python-ci.yml'
1111
pull_request:
12-
branches: *branches
12+
branches:
13+
- edge
14+
- stable
15+
- 'jc/**'
1316
paths: *paths
1417

1518
jobs:

0 commit comments

Comments
 (0)