Skip to content

Commit dccbb51

Browse files
authored
Setup CI on branch 26_1 (#32025)
1 parent b716952 commit dccbb51

17 files changed

+19
-28
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore:
66
- 'apps/**/*.md'
77
push:
8-
branches: [25_2]
8+
branches: [26_1]
99
workflow_dispatch:
1010
inputs:
1111
SBOM:

.github/workflows/codeql_scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
strategy:
1414
matrix:
15-
branch: [ '23_2', '24_1', '24_2', '25_1', '25_2' ]
15+
branch: [ '24_1', '24_2', '25_1', '25_2', '26_1' ]
1616

1717
name: Run CodeQL workflow
1818
steps:

.github/workflows/demos_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313
workflow_dispatch:
1414

1515
env:

.github/workflows/demos_visual_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313
workflow_dispatch:
1414

1515
env:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/packages_publishing_scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
strategy:
1414
matrix:
15-
branch: ['23_2', '24_1', '24_2', '25_1', '25_2']
15+
branch: ['24_1', '24_2', '25_1', '25_2', '26_1']
1616

1717
name: Run Packages Publishing workflow
1818
steps:

.github/workflows/paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313

1414
env:
1515
MAX_LENGTH: 170

.github/workflows/playgrounds_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/qunit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313
workflow_dispatch:
1414

1515
env:

.github/workflows/renovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_2]
12+
branches: [26_1]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

0 commit comments

Comments
 (0)