Searched +full:runs +full:- +full:on (Results 1 – 3 of 3) 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 …]
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 …]