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
23 runs-on: macos-latest
25 - name: Clone picolibc
28 - name: Setup python
29 uses: actions/setup-python@v5
31 python-version: '3.x'
33 - name: Install meson and ninja
36 - name: ccache
37 uses: hendrikmuhs/ccache-action@v1.2.11
39 key: compilation-${{ runner.os }}-${{ github.job }}
40 max-size: ${{ env.CCACHE_SIZE }}
42 - name: MacOS tests
43 run: ./.github/do-arm