Skip to content

Commit 41cee80

Browse files
authored
Fix breakage test event type mismatch (#81)
The dispatch type was shared-docker-linux-builders-updated but the sender (shared-docker) dispatches shared-docker-builders-updated, so the breakage test never fired. Closes #71
1 parent 76681de commit 41cee80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/breakage-against-ponyc-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test against ponyc nightly
22

33
on:
44
repository_dispatch:
5-
types: [shared-docker-linux-builders-updated]
5+
types: [shared-docker-builders-updated]
66

77
permissions:
88
packages: read

0 commit comments

Comments
 (0)