Skip to content

[2.19] Add a mock --custom-namespace option to enable run of MR with custom ns #1757

[2.19] Add a mock --custom-namespace option to enable run of MR with custom ns

[2.19] Add a mock --custom-namespace option to enable run of MR with custom ns #1757

name: Build container using the PR
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Pull Request Branch
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run make build
run: make build