From 72e58bbdc0d4f9c1c3914c7916fbf3847958b6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Mon, 3 Jul 2023 22:24:06 +0900 Subject: [PATCH] fix typo According to https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#check_suite the key is "types", not "type". --- .github/workflows/cirrus-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cirrus-notify.yml b/.github/workflows/cirrus-notify.yml index a531ee1f2b7065..295562ac638173 100644 --- a/.github/workflows/cirrus-notify.yml +++ b/.github/workflows/cirrus-notify.yml @@ -1,6 +1,6 @@ on: check_suite: - type: ['completed'] + types: ['completed'] name: Cirrus CI failure notification permissions: