Files
rapidyaml/.github/cancel_workflows.sh
Joao Paulo Magalhaes 6fbd63a856 ci improvements:
- ensure gcc and clang are tested with several optimization
  levels (-O3,-O2,-O1,-Os). This reveals a number of problems in
  gcc11,12,13 (but not 14), which should be addressed next.
- use continue-on-error: false to ensure the final workflow result is
  red when any of its jobs fails
2025-01-17 19:36:30 +00:00

4 lines
100 B
Bash
Executable File

#!/bin/bash -x
gh run list --json databaseId -q '.[].databaseId' | xargs -d '\n' -n1 gh run cancel