Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the enable_cache from the config files #3184

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bugfix for the release branch name
  • Loading branch information
bcdurak committed Nov 11, 2024
commit 2f352b6bbfeb8ab0ec03ed756c992a8fbb6fc81b
2 changes: 1 addition & 1 deletion .github/workflows/release_finalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Release branch
run: |
git pull
git checkout -b release/${{ github.event.inputs.latest_version }}
git checkout -b release/${{ github.event.inputs.new_version }}
git push --set-upstream origin release/${{ github.event.inputs.new_version }}
add-docs-warning-header:
runs-on: ubuntu-latest
Expand Down
Loading