Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
18 runs-on: ubuntu-22.04
21 - uses: actions/checkout@v4
22 - uses: ammaraskar/gcc-problem-matcher@master
23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
25 - name: Install clang
26 run: sudo apt-get install clang lld
27 - name: Build
28 working-directory: tests/makefile_uefi
29 run: make -j