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

This commit is contained in:
Alex Shevchuk
2025-09-08 15:13:54 +03:00
parent 24fb916074
commit 0acef09910

View File

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