Skip to content

Commit f59390f

Browse files
chore(gha): Target staging with CI/CD workflow
1 parent 88cba59 commit f59390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
(!contains(github.event.pull_request.labels.*.name, 'build:native:only'))
8585
uses: ./.github/workflows/_test.yml
8686
with:
87-
platform_environment: "production"
87+
platform_environment: "staging"
8888
commit_message: ${{ needs.get-commit-message.outputs.commit_message }}
8989
permissions:
9090
attestations: write

0 commit comments

Comments
 (0)