We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76702e4 commit 95122c5Copy full SHA for 95122c5
.github/workflows/main.yml
@@ -1,6 +1,10 @@
1
name: CI
2
on: [push, pull_request]
3
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
6
+ cancel-in-progress: true
7
+
8
jobs:
9
buildlibc:
10
name: Build libc
0 commit comments