Skip to content

Commit

Permalink
fix: Queue manager deployment label typo (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 8, 2024
2 parents 0d11bf7 + 7227cd8 commit a9acb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: read
packages: write
deployments: write
if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'impler/queuemanager')) }}
if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'impler/queue-manager')) }}
uses: ./.github/workflows/build-queuemanager.yml
secrets: inherit

Expand Down

0 comments on commit a9acb6f

Please sign in to comment.