Skip to content

Commit

Permalink
foo #4
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Apr 2, 2024
1 parent f14e8fd commit 66429d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
# each release branch should run every 3rd day to reduce load on the Apache Infra runners
release_branch="no branch"
if [[ "$(( $day_of_year % 3))" -eq 1 ]]; then
release_branch="${{ steps.release_branch_extraction_step.outputs.newest_release }}"
echo "${{ steps.release_branch_extraction_step.outputs.newest_release }}"
else if [[ "$(( $day_of_year % 3))" -eq 2 ]]; then
release_branch="${{ steps.release_branch_extraction_step.outputs.penultimate_release }}"
echo "${{ steps.release_branch_extraction_step.outputs.penultimate_release }}"
fi
- name: "Trigger master nightly"
Expand Down

0 comments on commit 66429d3

Please sign in to comment.