Skip to content

Commit

Permalink
Update nightly-version-update.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kelly Guo <kellyguo123@hotmail.com>
  • Loading branch information
kellyguo11 authored Feb 4, 2025
1 parent d7e7ec7 commit e35f05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-version-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo $CHANGES_TODAY
# If there are changes today in the 'source' or 'apps' folders
if [[ -n "$CHANGES_TODAY" ]]; then
if [[ -n "$CHANGES_TODAY" -gt 0 ]]; then
echo "Changes detected in the source or apps folders today. Proceeding with version update."
echo "has_changes=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit e35f05a

Please sign in to comment.