- Added PCS_BASE_TRS_TASK_TIMEOUT env variable which allows the timeout #182
Workflow file for this run
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: Build and Publish Helm charts | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
build_and_release: | |
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/build_and_release_charts.yaml@v3 | |
with: | |
artifactory-component: cray-hms-power-control | |
target-branch: main | |
secrets: inherit |