This commit is contained in:
alesapin 2021-09-15 16:00:58 +03:00
parent 75a15829ec
commit 9d115c030d

View File

@ -11,7 +11,7 @@ jobs:
runs-on: [self-hosted]
steps:
- name: Labels check
run: python3 run_check.py
run: cd $GITHUB_WORKSPACE/tests/ci && python3 run_check.py
DockerHubPush:
needs: CheckLabels
runs-on: [self-hosted]