File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 55 - main
66 pull_request :
77 workflow_dispatch :
8+ inputs :
9+ branch :
10+ description : " Branch to test"
11+ required : false
12+ default : " main"
13+ type : string
814
915concurrency :
1016 group : ${{ github.workflow }}-${{ github.ref }}
2834 steps :
2935 - name : Checkout project sources
3036 uses : actions/checkout@v6
37+ with :
38+ ref : ${{ inputs.branch || github.ref }}
3139
3240 - name : Setup Java
3341 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 55 # https://crontab.guru/
66 - cron : " 0 0 * * *"
77 workflow_dispatch :
8+ inputs :
9+ branch :
10+ description : " Branch to test"
11+ required : false
12+ default : " main"
13+ type : string
814
915concurrency :
1016 group : ${{ github.workflow }}-${{ github.ref }}
2329 steps :
2430 - name : Checkout project sources
2531 uses : actions/checkout@v6
32+ with :
33+ ref : ${{ inputs.branch || github.ref }}
2634
2735 - name : Setup Docker on macOS
2836 uses :
douglascamata/[email protected]
You can’t perform that action at this time.
0 commit comments