Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Aug 26, 2024
1 parent 769579f commit 66fc321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
# special branches used to test this workflow
# before merging/releasing
- build_deploy*
- 'upgrade-latest-*'
pull_request:
release:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: "upgrade-${{ env.VENV_NAME }}-version"
branch: "upgrade-latest-${{ env.VENV_NAME }}-version"
commit-message: "Test Package Versions update"
delete-branch: true
base: main
Expand Down

0 comments on commit 66fc321

Please sign in to comment.