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 git merge-base --is-ancestor "$GITHUB_SHA" origin/main
1919
2020 build :
21- if : >
22- github.repository_owner == 'ccxlv'
23- && github.event.workflow_run.conclusion == 'success'
24- && startsWith(github.event.workflow_run.head_branch, 'worker-v')
21+ if : github.repository_owner == 'ccxlv' && startsWith(github.event.workflow_run.head_branch, 'worker-v')
2522 name : ${{ matrix.os }} (Py ${{ matrix.python-version }})
2623 strategy :
2724 matrix :
4542 target : ${{ matrix.target }}
4643
4744 release :
48- if : >
49- github.repository_owner == 'ccxlv'
50- && github.event.workflow_run.conclusion == 'success'
51- && startsWith(github.event.workflow_run.head_branch, 'worker-v')
45+ if : github.repository_owner == 'ccxlv' && startsWith(github.event.workflow_run.head_branch, 'worker-v')
5246 needs : [build]
5347 runs-on : ubuntu-latest
5448 permissions :
You can’t perform that action at this time.
0 commit comments