Skip to content

Commit

Permalink
ci: update workflow dispatch
Browse files Browse the repository at this point in the history
infection.yml used workflow_call

I don't think I've seen that in a while and it should be workflow_dispatch if I remember rightly.
  • Loading branch information
Lewiscowles1986 authored Nov 7, 2024
1 parent 9adde8c commit 10185e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Mutation tests
on:
workflow_call:
workflow_dispatch:
jobs:
mutation_testing:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 10185e2

@Lewiscowles1986
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a mistake.

Please sign in to comment.