Преглед на файлове

[NFC] Improve docs for reusable workflow (#14761)

Nick Cooke преди 11 месеца
родител
ревизия
d8143d7dea
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      .github/workflows/common.yml

+ 9 - 0
.github/workflows/common.yml

@@ -12,6 +12,12 @@ on:
         required: true
 
       # The platforms to build on. Defaults to all.
+      # To target specific platforms, pass a comma or space separated string of
+      # platforms.
+      #
+      # Examples:
+      # - build/test only for macOS: `macOS`
+      # - build/test only for macOS and tvOS: `macOS, tvOS`
       platforms:
         type: string
         required: false
@@ -23,6 +29,9 @@ on:
       #
       # Platform options: [iOS, tvOS, macOS, watchOS, catalyst, visionOS]
       #
+      # Note: Build-only platforms must be represented in the `platforms` input
+      # (which defaults to all platforms) in order to take effect.
+      #
       # Examples:
       # - build only for macOS: `macOS`
       # - build only for macOS and tvOS: `macOS, tvOS`