Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
10 group: ${{ github.ref }}-${{ github.workflow }}
11 cancel-in-progress: true
14 bom-check:
16 runs-on: ubuntu-22.04
18 - name: Checkout
21 persist-credentials: false
22 fetch-depth: 0
24 - name: UTF-8 BOM
26 …-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…
27 a=$(head -c 3 "$line")
33 - name: UTF-16LE BOM
35 …-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…
36 a=$(head -c 3 "$line")
42 - name: UTF-16BE BOM
44 …-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…
45 a=$(head -c 3 "$line")