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/devenv-nightly-compat.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ on:
4
4
schedule:
5
5
- cron: "0 6 * * *"# Run daily at 6 AM
6
6
workflow_dispatch:
7
+
inputs:
8
+
refs:
9
+
description: "Git refs to test, should be used only for tool testing purposes. In all other cases refs are detected automatically either from Git or RANE SOT"
10
+
required: false
11
+
type: string
7
12
8
13
permissions:
9
14
id-token: write
@@ -56,6 +61,8 @@ jobs:
56
61
versions-back: "2"
57
62
# patterns to exclude specific refs
58
63
exclude-refs: "beta,rc"
64
+
# Git refs to test, should be used only for tool testing purposes.
0 commit comments