65
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 6s

This commit is contained in:
Alex Shevchuk
2025-09-12 18:05:32 +03:00
parent d3cfa1cbcf
commit 43bc32c77b

View File

@@ -5,14 +5,10 @@ on:
branches:
- master
- release
tags:
- '*'
push:
branches:
- master
- release
tags:
- '*'
jobs:
lint:
@@ -144,9 +140,8 @@ jobs:
name: Tag Commit
runs-on: ubuntu-22.04
rules:
- if: $CI_COMMIT_TAG
- if: github.event_name == 'push' && github.ref_type == 'tag'
when: never
- when: always
# needs: lint
steps: