srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
189e7b59
0f0bde48
Cancel previous CI runs when no longer needed
inline
split
.github/workflows/ci.yaml
added: 5, removed: 1, total 4
@@ -128,3 +128,7 @@ jobs:
sudo chmod +x buildifier
- name: Check
run: ./buildifier --lint=warn --warnings=all -mode diff WORKSPACE $(find . -type f -iname BUILD.*)
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true