Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 4 of 4) sorted by relevance
6 - main9 - main11 # When a PR is updated, cancel the jobs from the previous version. Merges12 # 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: true22 IMAGE_FILE: dockerimg-linux.tar.zst23 IMAGE: picolibc-linux24 PACKAGES_FILE: picolibc/.github/linux-packages.txt25 EXTRA_FILE: picolibc/.github/linux-files.txt[all …]
6 - main9 - main11 # When a PR is updated, cancel the jobs from the previous version. Merges12 # 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: true18 # .github/do-zephyr --buildtype release22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr23 IMAGE_FILE: dockerimg-zephyr.tar.zst25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt[all …]