Skip to content

Commit ab91945

Browse files
authored
Rename nightly workflows (rust-lang#2111)
1 parent 36e8dcc commit ab91945

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/cbmc-latest.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Copyright Kani Contributors
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
name: Nightly regressions with latest CBMC
3+
4+
# We use block scalar notation to allow us to add ":" to the workflow name.
5+
name: >-
6+
Nightly: CBMC Latest
7+
48
on:
59
schedule:
610
- cron: "0 9 * * *" # Run this every day at 9 AM UTC (4 AM ET/1 AM PT)
11+
workflow_dispatch: # Allow manual dispatching for a custom branch / tag.
12+
713

814
env:
915
RUST_BACKTRACE: 1

.github/workflows/slow-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Copyright Kani Contributors
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
name: Kani's slow tests
3+
4+
# We use block scalar notation to allow us to add ":" to the workflow name.
5+
name: >-
6+
Nightly: Slow tests
7+
48
on:
59
schedule:
610
- cron: "30 5 * * *" # Run this every day at 05:30 UTC
11+
workflow_dispatch: # Allow manual dispatching for a custom branch / tag.
712

813
env:
914
RUST_BACKTRACE: 1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
![](./kani-logo.png)
2-
![Regressions with latest CBMC](https://github.com/zhassan-aws/kani/actions/workflows/cbmc-latest.yml/badge.svg)
2+
![Kani regression](https://github.com/model-checking/kani/actions/workflows/kani.yml/badge.svg)
3+
![Nightly: CBMC Latest](https://github.com/model-checking/kani/actions/workflows/cbmc-latest.yml/badge.svg)
34

45
The Kani Rust Verifier is a bit-precise model checker for Rust.
56

0 commit comments

Comments
 (0)