Skip to content

Commit 04b667c

Browse files
authored
dataconnect(ci): dataconnect.yml: forgot to include zshellcheck job in notifications (#8200)
1 parent 85ee4b4 commit 04b667c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ jobs:
413413
needs:
414414
- 'integration-test'
415415
- 'actionlint-dataconnect-yml'
416+
- 'zshellcheck'
416417
- 'python-ci-unit-tests'
417418
- 'python-ci-lint'
418419
- 'python-ci-format'
@@ -438,6 +439,7 @@ jobs:
438439
cat >'${{ runner.temp }}/job_results.txt' <<EOF
439440
integration-test:${{ needs.integration-test.result }}
440441
actionlint-dataconnect-yml:${{ needs.actionlint-dataconnect-yml.result }}
442+
zshellcheck:${{ needs.zshellcheck.result }}
441443
python-ci-unit-tests:${{ needs.python-ci-unit-tests.result }}
442444
python-ci-lint:${{ needs.python-ci-lint.result }}
443445
python-ci-format:${{ needs.python-ci-format.result }}

0 commit comments

Comments
 (0)