Skip to content

Commit 02c6753

Browse files
committed
experiment: mirror governance.yml shape (add workflow_dispatch + concurrency)
1 parent d022c8f commit 02c6753

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/rust-ci-v2.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# SPDX-License-Identifier: MPL-2.0
22
# Rust CI — thin wrapper calling the shared estate reusable in
33
# hyperpolymath/standards. Configure once, propagate everywhere.
4-
# See: docs/CI-REUSABLE-WORKFLOWS.adoc in standards.
4+
55
name: Rust CI
66

77
on:
88
push:
99
branches: [main, master]
1010
pull_request:
11+
workflow_dispatch:
12+
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
1116

1217
permissions:
1318
contents: read

0 commit comments

Comments
 (0)