Skip to content

Commit

Permalink
removes spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Apr 2, 2024
1 parent 04bcf2b commit 8448969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Day of year: $day_of_year"
# each release branch should run every 3rd day to reduce load on the Apache Infra runners
release_branch = "no branch"
release_branch="no branch"
if [[ "$(( $day_of_year % 3))" -eq 1 ]]; then
release_branch="${{ steps.release_branch_extraction_step.outputs.newest_release }}"
else if [[ "$(( $day_of_year % 3))" -eq 2 ]]; then
Expand Down

0 comments on commit 8448969

Please sign in to comment.