Skip to content

nrf_security: nrf_cc3xx v0.9.18 and PSA Oberon 1.0.8 update #5197

nrf_security: nrf_cc3xx v0.9.18 and PSA Oberon 1.0.8 update

nrf_security: nrf_cc3xx v0.9.18 and PSA Oberon 1.0.8 update #5197

name: Check CI requested label
on:
pull_request:
types: [labeled, unlabeled]
jobs:
check-label:
runs-on: ubuntu-latest
name: Check CI request exists
if: ${{ contains(github.event.*.labels.*.name, 'external') }}
steps:
- name: Label missing
if: ${{ !contains(github.event.*.labels.*.name, 'CI-Requested') }}
run: |
echo "External contribution detected - CI-requested label is needed for full CI execution"
exit 1