Skip to content

Commit

Permalink
Merge pull request #1210 from vaisakhkannan/#1209-Add-LTI-version-24.…
Browse files Browse the repository at this point in the history
…0.12-

Add LTI version 24.0.12
  • Loading branch information
vaisakhkannan authored Jan 9, 2025
2 parents 563dd33 + 2b531ab commit 4b0494d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fail-fast: false
matrix:
# 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.
tag: [ 'main', '24.0.9' ] # Can specify tags or branches such as '24.0.6' and 'main'
tag: [ 'main', '24.0.9', '24.0.12' ] # Can specify tags or branches such as '24.0.6' and 'main'
pr_details: ${{ fromJson(needs.fetch_all_pull_request_shas.outputs.pr_details) }}
with:
useLocalPlugin: true
Expand All @@ -111,7 +111,7 @@ jobs:
fail-fast: false
matrix:
# 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.
tag: [ 'main', '24.0.9' ]
tag: [ 'main', '24.0.9', '24.0.12' ]
with:
useLocalPlugin: true
refLsp4ij: main
Expand Down

0 comments on commit 4b0494d

Please sign in to comment.