Searched +full:persist +full:- +full:credentials (Results 1 – 6 of 6) 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-conf-internal:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Setup Python23 uses: actions/setup-python@v5[all …]
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-property-name:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Generate property names24 working-directory: scripts[all …]
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 …]
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-formatting:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Checkout astyle28 - name: Install astyle[all …]
7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…10 group: ${{ github.ref }}-${{ github.workflow }} 11 cancel-in-progress: true14 bom-check:16 runs-on: ubuntu-22.0418 - name: Checkout21 persist-credentials: false22 fetch-depth: 024 - name: UTF-8 BOM26 …-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…[all …]
5 - master6 - 'release/*'8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…11 group: ${{ github.ref }}-${{ github.workflow }} 12 cancel-in-progress: true16 EM_CACHE_FOLDER: 'emsdk-cache'18 build-and-deploy:20 runs-on: ubuntu-22.0421 concurrency: docs-build-and-deploy23 - name: Checkout[all …]