Skip to content

Commit

Permalink
yaml is fun (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Aug 10, 2022
1 parent 9097bf3 commit eb8b6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish mutation reports
on:
workflow_run:
workflows: [ "Mutation" ]
types:[ "completed" ]
types: [ "completed" ]
branches: [ "main" ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish execution reports
on:
workflow_run:
workflows: [ "Testing" ]
types:[ "completed" ]
types: [ "completed" ]
branches: [ "main" ]

jobs:
Expand Down

0 comments on commit eb8b6c4

Please sign in to comment.