Lines Matching +full:runs +full:- +full:on
3 on:
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
10 # Ensure that only one commit will be running tests at a time on each push
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: Build
26 working-directory: tests/makefile