Skip to content

Commit 3829a84

Browse files
committed
fix: Update the repo name in github workflows.
Some workflows had links or conditionals based on the old repo name so update them to use the new repository name.
1 parent 5a411c2 commit 3829a84

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-consistent-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
developers.
6666
6767
Please see the requirements README for information on how to resolve this:
68-
https://github.com/openedx/edx-platform/blob/master/requirements/README.rst#inconsistent-dependencies
68+
https://github.com/openedx/openedx-platform/blob/master/requirements/README.rst#inconsistent-dependencies
6969
EOMARKDOWN
7070
)
7171

.github/workflows/lint-imports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install python dependencies
4343
run: make dev-requirements
4444

45-
# As long there are sub-projects[1] in edx-platform, we analyze each
45+
# As long there are sub-projects[1] in openedx-platform, we analyze each
4646
# project separately here, in order to make import-linting errors easier
4747
# to pinpoint.
4848
#

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if: ${{ env.root_all_unit_tests_count != env.shards_all_unit_tests_count }}
206206
run: |
207207
echo "::error title='Unit test modules in unit-test-shards.json (unit-tests.yml workflow) are outdated'::unit tests running in unit-tests
208-
workflow don't match the count for unit tests for entire edx-platform suite, please update the unit-test-shards.json under .github/workflows
208+
workflow don't match the count for unit tests for entire openedx-platform suite, please update the unit-test-shards.json under .github/workflows
209209
to add any missing apps and match the count. for more details please take a look at scripts/gha-shards-readme.md"
210210
exit 1
211211
@@ -272,7 +272,7 @@ jobs:
272272

273273
# Combine and upload coverage reports.
274274
coverage:
275-
if: (github.repository == 'edx/edx-platform-private') || (github.repository == 'openedx/edx-platform' && (startsWith(github.base_ref, 'open-release') == false))
275+
if: (github.repository == 'edx/edx-platform-private') || (github.repository == 'openedx/openedx-platform' && (startsWith(github.base_ref, 'release') == false))
276276
runs-on: ubuntu-24.04
277277
needs: [run-tests]
278278
strategy:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
jobs:
1313
call-upgrade-python-requirements-workflow:
1414
# Don't run the weekly upgrade job on forks -- it will send a weekly failure email.
15-
if: github.repository == 'openedx/edx-platform' || github.event_name != 'schedule'
15+
if: github.repository == 'openedx/openedx-platform' || github.event_name != 'schedule'
1616
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
1717
with:
1818
branch: ${{ github.event.inputs.branch }}
19-
team_reviewers: "wg-maintenance-edx-platform"
19+
team_reviewers: "wg-maintenance-openedx-platform"
2020
email_address: [email protected]
2121
send_success_notification: false
2222
secrets:

0 commit comments

Comments
 (0)