Skip to content

Commit

Permalink
added more clear comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 10, 2025
1 parent 6120358 commit b16c0cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- runtime: linux
os: ubuntu-latest
reportName: linux-test-report
# Adding a check on macOS and Windows to identify refLTITag is equal to 24.0.9 , The value of 'excludeFromBuild' is use to run the steps
# Adding a check on macOS and Windows to verify if 'refLTITag' is equal to '24.0.9'. The value of 'excludeFromBuild' is used to determine whether the steps below need to be executed.
# This 'excludeFromBuild' variable can be removed once the '24.0.9' version is removed from the 'tag' array of the cron job build.
- runtime: mac
os: macOS-latest
reportName: mac-test-report
Expand Down

0 comments on commit b16c0cb

Please sign in to comment.