Skip to content

Commit bacfe6d

Browse files
ci: fix task name
1 parent 82ed033 commit bacfe6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/deploy-pages@v4
137137
#
138138
Dependabot-merge:
139-
needs: [bot-pyLint, Bot-ansible-lint, Bot-test, Docs-build]
139+
needs: [Bot-pyLint, Bot-ansible-lint, Bot-test, Docs-build]
140140
runs-on: ubuntu-latest
141141
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'cicsdev/cics-security-sdv-samples'
142142
steps:

0 commit comments

Comments
 (0)