You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.yaml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ on:
8
8
description: Branch to publish from. Can be used to deploy PRs to dev
9
9
default: main
10
10
environment:
11
-
description: Environment to publish to
11
+
description: Environment will always publish to all waves (dev + ops + prod). Cloud will publish scoped only to Grafana Cloud, On Prem will publish with Universal scope. Please use Cloud unless emergency fix needed for On Prem customer.
12
12
required: true
13
13
type: choice
14
+
default: 'cloud (recommended)'
14
15
options:
15
-
- 'dev'
16
-
- 'ops'
17
-
- 'prod'
16
+
- 'cloud (recommended)'
17
+
- 'on-prem (for emergencies fix to On Prem customers)'
18
18
docs-only:
19
19
description: Only publish docs, do not publish the plugin
0 commit comments