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/test-upgrade.yml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,19 @@ permissions:
9
9
id-token: write
10
10
11
11
on:
12
+
# Allow to be called by other workflows
13
+
workflow_call:
14
+
inputs:
15
+
from-ref:
16
+
description: >-
17
+
The git ref to use for the initial deployment.
18
+
type: string
19
+
to-ref:
20
+
description: >-
21
+
The git ref to test an upgrade to.
22
+
type: string
23
+
default: devel
24
+
12
25
# Allow manual execution on any branch
13
26
workflow_dispatch:
14
27
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
0 commit comments