Skip to content

Commit 8cd5b9d

Browse files
committed
chore: targeting edx instead of openedx for workflow includes
1 parent d14c6c1 commit 8cd5b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: openedx/.github/.github/workflows/commitlint.yml@master
10+
uses: edx/.github/.github/workflows/commitlint.yml@master

.github/workflows/upgrade-python-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
call-upgrade-python-requirements-workflow:
15-
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
15+
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
1616
with:
1717
branch: ${{ github.event.inputs.branch || 'main' }}
1818
# optional parameters below; fill in if you'd like github or email notifications

0 commit comments

Comments
 (0)