Skip to content

Commit de2bc1e

Browse files
use simple name
Signed-off-by: Nicholas St. Germain <nick@cajun.pro>
1 parent 227ccb8 commit de2bc1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
command: lint
2929
test:
30-
needs: linter-chart
31-
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/production' && needs.linter-chart.outputs.changed == 'true'
30+
needs: lint
31+
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/production' && needs.lint.outputs.changed == 'true'
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout code

0 commit comments

Comments
 (0)