Skip to content

Commit

Permalink
removes if block
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Apr 2, 2024
1 parent 05b754c commit 8bda0c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nightly-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ 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
echo "${release_branch} selected for nightly run"
- name: "Trigger master nightly"
uses: actions/github-script@v7
Expand Down

0 comments on commit 8bda0c4

Please sign in to comment.