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
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user