Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 14, 2025
1 parent d6c1822 commit 82b1552
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ linux, mac, windows ]
runtime: [ linux, mac, windows ]
# Adding a check to verify if 'refLTITag' is equal to '24.0.9'.
# This code can be removed once the '24.0.9' version is removed from the 'tag' array in the cron job build, and the previous code can be added back.
is24.0.9:
- ${{ inputs.refLTITag == '24.0.9' }}
os:
- [ ubuntu-latest, macOS-latest, windows-latest ]
# Adding a check on macOS and Windows to verify if 'is24.0.9' is equal to 'true'. The value of 'is24.0.9' is used to determine whether the job need to be executed.
exclude:
- runtime: windows
Expand Down

0 comments on commit 82b1552

Please sign in to comment.