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/deploy_to_development.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,11 @@ on:
35
35
required: false
36
36
type: string
37
37
default: ""
38
+
runs_on:
39
+
description: "Runner label for the image-build job (e.g. 'ubuntu-latest' or a self-hosted runner label). The deployment update job always uses ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/deploy_to_staging.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ on:
36
36
required: false
37
37
type: string
38
38
default: "."
39
+
runs_on:
40
+
description: "Runner label for the image-build job (e.g. 'ubuntu-latest' or a self-hosted runner label). The deployment update job always uses ubuntu-latest."
Copy file name to clipboardExpand all lines: .github/workflows/promote_to_production.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ on:
26
26
author_name:
27
27
required: true
28
28
type: string
29
+
runs_on:
30
+
description: "Runner label for the image-copy job (e.g. 'ubuntu-latest' or a self-hosted runner label). The deployment update job always uses ubuntu-latest."
0 commit comments