Commit dcb16731cf
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -4,6 +4,10 @@ on:
push:
branches:
- master
+concurrency:
+ # Cancels pending runs when a PR gets updated.
+ group: ${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
jobs:
x86_64-linux-debug:
outputs: