File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 schedule :
55 - cron : " 0 6 * * *" # Run daily at 6 AM
66 workflow_dispatch :
7+ inputs :
8+ refs :
9+ description : " Git refs to test, should be used only if automatically detected refs are not enough"
10+ required : false
11+ type : string
712
813permissions :
914 id-token : write
5661 versions-back : " 2"
5762 # patterns to exclude specific refs
5863 exclude-refs : " beta,rc"
64+ # Git refs to test, should be used only for tool testing purposes.
65+ refs : ${{ github.event_name == 'workflow_dispatch' && inputs.refs || '' }}
5966 # directory with your developer environment to run buildcmd and envcmd
6067 working-directory : " devenv"
6168 # directory for executing your tests, to run testcmd
8491 versions-back : " 2"
8592 # patterns to exclude specific refs
8693 exclude-refs : " beta,rc"
94+ # Git refs to test, should be used only for tool testing purposes.
95+ refs : ${{ github.event_name == 'workflow_dispatch' && inputs.refs || '' }}
8796 # directory with your developer environment to run buildcmd and envcmd
8897 working-directory : " ./system-tests/tests"
8998 # directory for executing your tests, to run testcmd
You can’t perform that action at this time.
0 commit comments