Skip to content

Commit 2c2b980

Browse files
authored
Move gha ci workflows 4 (#28)
* Move GHA CI from shared workflows * rename ci steps
1 parent d739fbe commit 2c2b980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ concurrency:
4040
jobs:
4141
readme:
4242
uses: cloudposse/github-actions-workflows/.github/workflows/ci-readme.yml@main
43-
name: "Readme"
43+
name: "readme"
4444
if: ${{ github.event_name == 'push' }}
4545
with:
4646
runs-on: ${{ inputs.runs-on }}
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
matrix:
8282
env: ${{ fromJson(needs.context.outputs.tests) }}
83-
needs: [ lint, context ]
83+
needs: [ context ]
8484
steps:
8585
- uses: convictional/[email protected]
8686
with:
@@ -106,7 +106,7 @@ jobs:
106106

107107
release:
108108
needs: [ ci ]
109-
name: "Release"
109+
name: "release"
110110
if: ${{ github.event_name == 'push' }}
111111
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main
112112
with:

0 commit comments

Comments
 (0)