Skip to content

Commit

Permalink
Replace 3.26 -> 3.27 in ci branches
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jun 5, 2023
1 parent 31b2b86 commit 6ce3d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: echo short_ref=${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
- name: Dispatching
if: github.event_name == 'schedule' || github.event.inputs.all_branches == 'yes'
run: python .ci/scripts/update_ci_branches.py 3.16 3.18 3.21 3.22 3.23 3.26
run: python .ci/scripts/update_ci_branches.py 3.16 3.18 3.21 3.22 3.23 3.27
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ci_update_branches:
- '3.21'
- '3.22'
- '3.23'
- '3.26'
- '3.27'
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
core_import_allowed: []
Expand Down

0 comments on commit 6ce3d44

Please sign in to comment.