Skip to content

Commit 3a6ea30

Browse files
committed
ci: split unit/invariant/fork jobs, add concurrency, and stabilize green tick
1 parent f6f6752 commit 3a6ea30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
name: CI
2+
13
concurrency:
2-
group: ci-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.ref }}
35
cancel-in-progress: true
46

5-
name: CI
6-
77
permissions:
88
contents: read
99

0 commit comments

Comments
 (0)