Skip to content

Commit

Permalink
Refactor GitHub workflow names***
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardinius committed Feb 11, 2024
1 parent 2258811 commit 44aee34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch: {}

jobs:
ci-lint:
lint:
name: run golangci-lint
runs-on: ubuntu-latest
steps:
Expand All @@ -17,7 +17,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
skip-pkg-cache: true˝
ci-test:
test:
name: run tests
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch: {}

jobs:
master-lint:
lint:
name: run golangci-lint
runs-on: ubuntu-latest
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
skip-pkg-cache: true˝
master-test:
test:
name: run tests
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release-flow
on:
push:
tags:
- "v*.*.*"
- "v*"

jobs:
build-docker-image:
Expand Down

0 comments on commit 44aee34

Please sign in to comment.