Skip to content

Rework waitForInput. [VDO-5574] #33

Rework waitForInput. [VDO-5574]

Rework waitForInput. [VDO-5574] #33

Workflow file for this run

name: CI
on:
pull_request_target:
types: [ opened, reopened, ready_for_review, synchronize ]
workflow_dispatch:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
Run-Common-CI:
uses: dm-vdo/vdo-org-actions/.github/workflows/ci.yaml@main
with:
logfile: logs-${{ github.event.repository.owner.login }}-${{ github.event.repository.name }}-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
run-public-build: false
run-public-tests: false
run-private-build: true
private-build-action: make all
run-private-tests: true
private-tests-action: make jenkins
secrets: inherit