Skip to content

Commit 6dfbad5

Browse files
authored
ci: only run update-kani-metrics in model-checking/verify-rust-std (#456)
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. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent a0fca1c commit 6dfbad5

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)