File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 github.event.workflow_run.conclusion == 'success' &&
1919 github.event.workflow_run.event == 'push' &&
2020 github.event.workflow_run.head_repository.full_name == github.repository &&
21- github.event.workflow_run.head_commit.message == 'release: fix missing Mac assets '
21+ github.event.workflow_run.head_commit.message == 'release: build Mac fix '
2222 runs-on : [1helm-macos-phase4]
2323 timeout-minutes : 30
2424 steps :
Original file line number Diff line number Diff line change @@ -13,9 +13,16 @@ concurrency:
1313 cancel-in-progress : true
1414
1515jobs :
16+ release-transport :
17+ name : release transport
18+ if : github.event_name == 'push' && github.event.head_commit.message == 'release: build Mac fix'
19+ runs-on : ubuntu-latest
20+ steps :
21+ - run : echo 'Authorizing the dedicated Mac signing runner; no tests requested.'
22+
1623 verify :
1724 name : verify
18- if : github.event_name != 'push' || github.event.head_commit.message != 'release: fix missing Mac assets'
25+ if : github.event_name != 'push' || !startsWith( github.event.head_commit.message, 'release:')
1926 runs-on : ubuntu-latest
2027 timeout-minutes : 20
2128 steps :
You can’t perform that action at this time.
0 commit comments