Skip to content

Commit 872d2d2

Browse files
committed
refactor: rename job to deploy-to-control-plane-review
1 parent b050d7e commit 872d2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-control-plane-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
CPLN_TOKEN: ${{secrets.CPLN_TOKEN_STAGING}}
2424

2525
jobs:
26-
deploy-to-control-plane-staging:
26+
deploy-to-control-plane-review:
2727
if: ${{ github.event_name != 'issue_comment' || (github.event.comment.body == '/deploy-review-app' && github.event.issue.pull_request) }}
2828
runs-on: ubuntu-latest
2929

0 commit comments

Comments
 (0)