name: Check on: workflow_call: inputs: baseBranch: required: true type: string headBranch: required: true type: string permissions: {} defaults: run: shell: bash jobs: no-channel-base: name: no channel base if: contains(fromJSON(inputs.baseBranch).type, 'channel') runs-on: ubuntu-24.04-arm steps: - run: | cat <