Skip to content

Commit 6ce53d7

Browse files
committed
ci: only run update-kani-metrics in model-checking/verify-rust-std
Fork repos will auto run this job, thus bot PRs are weekly created due to autoharness and frequent API changes in libstd. So this commit disables the job for fork repos.
1 parent a0fca1c commit 6ce53d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/kani-metrics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defaults:
1111

1212
jobs:
1313
update-kani-metrics:
14+
if: github.repository == 'model-checking/verify-rust-std'
1415
runs-on: ubuntu-latest
1516

1617
steps:

0 commit comments

Comments
 (0)