Skip to content

Commit

Permalink
foo #1
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Apr 2, 2024
1 parent 9960cbc commit 2d45e7e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nightly-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ 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 }}"
else if [[ "$(( $day_of_year % 3))" -eq 2 ]]; then
release_branch="${{ steps.release_branch_extraction_step.outputs.penultimate_release }}"
fi
release_branch="${{ steps.release_branch_extraction_step.outputs.newest_release }}"
- name: "Trigger master nightly"
uses: actions/github-script@v7
Expand Down

0 comments on commit 2d45e7e

Please sign in to comment.