Skip to content

Commit

Permalink
temp: trigger requirements upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jun 26, 2024
1 parent e591d35 commit f927a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ on:
description: "Target branch against which to create requirements PR"
required: true
default: 'master'
pull_request:

jobs:
call-upgrade-python-requirements-workflow:
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
with:
branch: ${{ github.event.inputs.branch || 'master' }}
branch: 'python312-upgrade'
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand Down

0 comments on commit f927a88

Please sign in to comment.