Skip to content

Commit

Permalink
Fixed broken miri CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Koenders committed May 1, 2024
1 parent 4299f6d commit b2eceae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/miri.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miri",
"on": [
"on": {
"push": {
"branches": [
"trunk",
Expand All @@ -14,7 +14,7 @@
"v*.x"
]
}
],
},
"jobs": {
"miri": {
"name": "MIRI",
Expand Down

0 comments on commit b2eceae

Please sign in to comment.