Change deployment group for run in Kubernetes #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Prettier-fix | |
on: [pull_request, push, workflow_dispatch] | |
permissions: | |
contents: write | |
jobs: | |
call-prettier-fix: | |
uses: Netcracker/qubership-workflow-hub/.github/workflows/prettierFix.yaml@main |