63
Some checks failed
Go Linter / Run golangci-lint (api_gateway) (push) Has been skipped
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Failing after 5s

This commit is contained in:
Alex Shevchuk
2025-09-08 14:53:44 +03:00
parent 30a5e8340e
commit 5aaadf4fe6

View File

@@ -73,7 +73,7 @@ jobs:
name: Push Docker Images name: Push Docker Images
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
needs: lint needs: lint
if: ${{ gitea.ref == 'refs/heads/master' || gitea.ref == 'refs/heads/release' }} # if: ${{ gitea.ref == 'refs/heads/master' || gitea.ref == 'refs/heads/release' }}
strategy: strategy:
matrix: matrix: