Skip to content

Commit 1a83933

Browse files
renamed branch
1 parent f08eeb2 commit 1a83933

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cronJob-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
# Existing LTI release tags and branches can be added to obtain build results.If the tag array is empty, it will default to 'main'. However, if there is at least one tag or branch in the tag array and you need to run on 'main' as well, make sure to add 'main' to the array.
40-
tag: [ 'main', '25.0.8-CI/CD', '25.0.9-CI/CD' ] # Can specify tags or branches such as '24.0.6' and 'main'
40+
tag: [ 'main', '25.0.8-CICD', '25.0.9-CICD' ] # Can specify tags or branches such as '24.0.6' and 'main'
4141
with:
4242
useLocalPlugin: true
4343
refLsp4ij: main

.github/workflows/cronJob-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
# Existing LTI release tags and branches can be added to obtain build results.If the tag array is empty, it will default to 'main'. However, if there is at least one tag or branch in the tag array and you need to run on 'main' as well, make sure to add 'main' to the array.
40-
tag: [ 'main', '25.0.8-CI/CD', '25.0.9-CI/CD' ] # Can specify tags or branches such as '24.0.6' and 'main'
40+
tag: [ 'main', '25.0.8-CICD', '25.0.9-CICD' ] # Can specify tags or branches such as '24.0.6' and 'main'
4141
with:
4242
useLocalPlugin: true
4343
refLsp4ij: main

.github/workflows/cronJob-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
# Existing LTI release tags and branches can be added to obtain build results.If the tag array is empty, it will default to 'main'. However, if there is at least one tag or branch in the tag array and you need to run on 'main' as well, make sure to add 'main' to the array.
40-
tag: [ 'main', '25.0.8-CI/CD', '25.0.9-CI/CD' ] # Can specify tags or branches such as '24.0.6' and 'main'
40+
tag: [ 'main', '25.0.8-CICD', '25.0.9-CICD' ] # Can specify tags or branches such as '24.0.6' and 'main'
4141
with:
4242
useLocalPlugin: true
4343
refLsp4ij: main

0 commit comments

Comments
 (0)