File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 types : [ opened, reopened, ready_for_review, synchronize ]
66 workflow_dispatch :
77
8- # This allows a subsequently queued workflow run to interrupt previous runs
98concurrency :
109 group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
1110 cancel-in-progress : true
1211
13- env :
14- LOGFILE : logs-${{ github.event.repository.owner.login }}-${{ github.event.repository.name }}-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
15-
1612jobs :
1713 Run-Common-CI :
1814 uses : dm-vdo/vdo-org-actions/.github/workflows/ci.yaml@main
3632 done
3733 run-private : true
3834 private-build-action : make all
39- private-build-action-failed : echo "build failed. see logs"
35+ private-build-action-failure : echo "build failed. see logs" # <-- Ensure this matches reusable workflow input name
4036 private-tests-action : make jenkins
4137 private-tests-action-failure : |
4238 cp -a logs /permabit/user/bunsen/artifacts/${{ inputs.logfile }}
You can’t perform that action at this time.
0 commit comments