We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1f47b commit ae00b55Copy full SHA for ae00b55
.github/workflows/mutation_testing.yml
@@ -1,7 +1,7 @@
1
name: Run Cargo Mutants
2
3
on:
4
- workflow_dispatch: # Allows manual execution via GitHub UI
+ workflow_dispatch:
5
6
jobs:
7
mutation-testing:
0 commit comments