fix: don't run test check when using GH runners

This commit is contained in:
Matjaz Gregoric
2023-05-11 09:06:08 +02:00
parent 2d2a3100f1
commit f0331ba813

View File

@@ -82,7 +82,7 @@ jobs:
# https://github.com/orgs/community/discussions/33579
success:
name: Tests successful
if: always()
if: (github.repository == 'edx/edx-platform-private') || (github.repository == 'openedx/edx-platform' && (startsWith(github.base_ref, 'open-release') == false))
needs:
- run-tests
runs-on: ubuntu-latest