Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/.github/workflows/ |
D | macos.yml | 6 - main 9 - main 11 # When a PR is updated, cancel the jobs from the previous version. Merges 12 # do not define head_ref, so use run_id to never cancel those jobs. 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 15 cancel-in-progress: true 23 runs-on: macos-latest 25 - name: Clone picolibc 28 - name: Setup python 29 uses: actions/setup-python@v5 [all …]
|
D | head | 6 - main 9 - main 11 # When a PR is updated, cancel the jobs from the previous version. Merges 12 # do not define head_ref, so use run_id to never cancel those jobs. 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 15 cancel-in-progress: true 22 IMAGE_FILE: dockerimg-linux.tar.zst 23 IMAGE: picolibc-linux 24 PACKAGES_FILE: picolibc/.github/linux-packages.txt 25 EXTRA_FILE: picolibc/.github/linux-files.txt [all …]
|
D | head-zephyr | 6 - main 9 - main 11 # When a PR is updated, cancel the jobs from the previous version. Merges 12 # do not define head_ref, so use run_id to never cancel those jobs. 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 15 cancel-in-progress: true 18 # .github/do-zephyr --buildtype release 22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr 23 IMAGE_FILE: dockerimg-zephyr.tar.zst 25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt [all …]
|
D | zephyr.yml | 6 - main 9 - main 11 # When a PR is updated, cancel the jobs from the previous version. Merges 12 # do not define head_ref, so use run_id to never cancel those jobs. 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 15 cancel-in-progress: true 18 # .github/do-zephyr --buildtype release 22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr 23 IMAGE_FILE: dockerimg-zephyr.tar.zst 25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt [all …]
|
D | linux.yml | 6 - main 9 - main 11 # When a PR is updated, cancel the jobs from the previous version. Merges 12 # do not define head_ref, so use run_id to never cancel those jobs. 14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 15 cancel-in-progress: true 22 IMAGE_FILE: dockerimg-linux.tar.zst 23 IMAGE: picolibc-linux 24 PACKAGES_FILE: picolibc/.github/linux-packages.txt 25 EXTRA_FILE: picolibc/.github/linux-files.txt [all …]
|