Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
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
26 EXTRA_FILE: picolibc/.github/zephyr-files.txt
29 cache-maker:
30 runs-on: ubuntu-latest
32 - name: Clone picolibc
37 - name: Cache the Docker Image
42 … key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.DOCKERFILE, env.PACKAGES_FILE, env.EXTRA_FILE ) }}
43 lookup-only: true
45 - name: Set up Docker Buildx
46 if: steps.cache.outputs.cache-hit != 'true'
47 uses: docker/setup-buildx-action@v3
49 - name: Build picolibc container
50 if: steps.cache.outputs.cache-hit != 'true'
51 uses: docker/build-push-action@v6
54 file: .github/Dockerfile-zephyr
56 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA…