Searched +full:- +full:qp (Results 1 – 1 of 1) sorted by relevance
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-kconfig:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Setup Python23 uses: actions/setup-python@v5[all …]