From 946d84522c6b19770b15b702780f2855bd306922 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 28 Aug 2024 23:44:14 +0700 Subject: [PATCH] Disable docker staging push Signed-off-by: Andrey Sobolev --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5382bb645..fec3235162 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ concurrency: on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [develop, main] + branches: [develop] tags: - v* pull_request: @@ -65,8 +65,8 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: Cheking model is updated... - run: node common/scripts/check_model_version.js + # - name: Cheking model is updated... + # run: node common/scripts/check_model_version.js - name: Checking for mis-matching dependencies... run: node common/scripts/install-run-rush.js check @@ -509,9 +509,9 @@ jobs: with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} - - name: Docker push staging - if: ${{ github.ref == 'refs/heads/main' }} - run: node common/scripts/install-run-rush.js docker:staging -v + # - name: Docker push staging + # if: ${{ github.ref == 'refs/heads/main' }} + # run: node common/scripts/install-run-rush.js docker:staging -v - name: Docker push tag if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: |