Skip to content

Commit

Permalink
ci: fix task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-J-Lawrence committed Nov 5, 2024
1 parent 82ed033 commit bacfe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/deploy-pages@v4
#
Dependabot-merge:
needs: [bot-pyLint, Bot-ansible-lint, Bot-test, Docs-build]
needs: [Bot-pyLint, Bot-ansible-lint, Bot-test, Docs-build]
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'cicsdev/cics-security-sdv-samples'
steps:
Expand Down

0 comments on commit bacfe6d

Please sign in to comment.