diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e08b2dae5d..82e420ed93 100755 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -460,6 +460,22 @@ jobs: with: name: mc100-32-ctp path: gen/proc_ctp/pdf/MC100-32-CTP.pdf + build-mock-processor-ctp: + if: (github.event_name == 'merge_queue') || (inputs.dry-run == false) + runs-on: ubuntu-latest + steps: + - name: Clone Github Repo Action + uses: actions/checkout@v4 + - name: singularity setup + uses: ./.github/actions/singularity-setup + - name: Generate MockProcessor CTP + run: ./do gen:proc_ctp_pdf[MockProcessor] + - name: Upload MockProcessor CTP + uses: actions/upload-artifact@v4 + if: (github.event_name == 'push') && (github.ref_name == 'main') + with: + name: mockprocessor-ctp + path: gen/proc_ctp/pdf/MockProcessor-CTP.pdf build-idl-doc: if: (github.event_name == 'merge_queue') || (inputs.dry-run == false) runs-on: ubuntu-latest