1 Commits

Author SHA1 Message Date
Alex Shevchuk
0acef09910 64
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Successful in 7s
2025-09-08 15:13:54 +03:00

View File

@@ -143,6 +143,10 @@ jobs:
tag: tag:
name: Tag Commit name: Tag Commit
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
rules:
- if: $CI_COMMIT_TAG
when: never
- when: always
# needs: lint # needs: lint
steps: steps: