Searched +full:runs +full:- +full:on (Results 1 – 5 of 5) sorted by relevance
4 on:5 # Runs on pushes targeting the default branch7 branches: [gh-pages]16 id-token: write18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl…22 cancel-in-progress: false28 name: github-pages30 runs-on: ubuntu-latest32 - name: Checkout[all …]
2 on:11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true17 runs-on: ubuntu-22.0419 - uses: actions/checkout@v421 fetch-depth: 023 - name: Fetch tags25 git fetch --tags --force27 - uses: Open-CMSIS-Pack/gen-pack-action@main29 doxygen-version: 1.9.6[all …]
2 on:11 security-events: write16 fail-fast: false19 runs-on: ubuntu-latest 22 - name: Checkout25 - name: Setup Python 3.1026 uses: actions/setup-python@v528 python-version: '3.10'30 cache-dependency-path: Testing/requirements.txt32 - name: Install system packages[all …]
2 on:11 security-events: write16 fail-fast: false21 runs-on: ubuntu-latest 24 - name: Checkout27 - name: Setup Python 3.1028 uses: actions/setup-python@v530 python-version: '3.10'32 cache-dependency-path: Testing/requirements.txt34 - name: Install system packages[all …]
19 # doxygen -x [configFile]23 # doxygen -x_noenv [configFile]25 #---------------------------------------------------------------------------27 #---------------------------------------------------------------------------30 # file that follow. The default is UTF-8 which is also the encoding used for all34 # The default value is: UTF-8.36 DOXYFILE_ENCODING = UTF-839 # double-quotes, unless you are using Doxywizard) that should identify the44 PROJECT_NAME = "CMSIS-DSP"73 # sub-directories (in 2 levels) under the output directory of each output format[all …]