We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d739fbe commit 2c2b980Copy full SHA for 2c2b980
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ concurrency:
40
jobs:
41
readme:
42
uses: cloudposse/github-actions-workflows/.github/workflows/ci-readme.yml@main
43
- name: "Readme"
+ name: "readme"
44
if: ${{ github.event_name == 'push' }}
45
with:
46
runs-on: ${{ inputs.runs-on }}
@@ -80,7 +80,7 @@ jobs:
80
strategy:
81
matrix:
82
env: ${{ fromJson(needs.context.outputs.tests) }}
83
- needs: [ lint, context ]
+ needs: [ context ]
84
steps:
85
- uses: convictional/[email protected]
86
@@ -106,7 +106,7 @@ jobs:
106
107
release:
108
needs: [ ci ]
109
- name: "Release"
+ name: "release"
110
111
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main
112
0 commit comments