summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-07-03 22:24:06 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-07-04 20:13:49 +0900
commit72e58bbdc0d4f9c1c3914c7916fbf3847958b6e5 (patch)
treeaa0142f9eaf8f781dfab98447f8c09e127d7e3d9 /.github
parent7690a31223213d11d72a5b44cd40d4455483798f (diff)
fix typo
According to https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#check_suite the key is "types", not "type".
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8020
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cirrus-notify.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cirrus-notify.yml b/.github/workflows/cirrus-notify.yml
index a531ee1f2b..295562ac63 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: