Skip to content

Commit 523120b

Browse files
renamed branch
1 parent f7f590e commit 523120b

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
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
# 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.
39-
tag: [ 'main', '25.0.8-CI/CD', '25.0.9-CI/CD' ] # Can specify tags or branches such as '24.0.6' and 'main'
39+
tag: [ 'main', '25.0.8-CICD', '25.0.9-CICD' ] # Can specify tags or branches such as '24.0.6' and 'main'
4040
with:
4141
useLocalPlugin: true
4242
refLsp4ij: main

.github/workflows/cronJob-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
# 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.
39-
tag: [ 'main', '25.0.8-CI/CD', '25.0.9-CI/CD' ] # Can specify tags or branches such as '24.0.6' and 'main'
39+
tag: [ 'main', '25.0.8-CICD', '25.0.9-CICD' ] # Can specify tags or branches such as '24.0.6' and 'main'
4040
with:
4141
useLocalPlugin: true
4242
refLsp4ij: main

.github/workflows/cronJob-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
# 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.
39-
tag: [ 'main', '25.0.8-CI/CD', '25.0.9-CI/CD' ] # Can specify tags or branches such as '24.0.6' and 'main'
39+
tag: [ 'main', '25.0.8-CICD', '25.0.9-CICD' ] # Can specify tags or branches such as '24.0.6' and 'main'
4040
with:
4141
useLocalPlugin: true
4242
refLsp4ij: main

0 commit comments

Comments
 (0)