File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3737 steps :
3838 - name : Set NIGHTLY environment variable if the job was triggered by the scheduler
3939 if : " ${{ github.event_name == 'schedule'
40+ || contains(github.event.pull_request.title, 'nightly')
41+ || contains(github.event.pull_request.title, 'NIGHTLY')
4042 || github.event_name == 'workflow_dispatch' && github.event.inputs.nightly }}"
4143 run : |
4244 echo "NIGHTLY=true" >> $GITHUB_ENV
6466 steps :
6567 - name : Set NIGHTLY environment variable if the job was triggered by the scheduler
6668 if : " ${{ github.event_name == 'schedule'
69+ || contains(github.event.pull_request.title, 'nightly')
70+ || contains(github.event.pull_request.title, 'NIGHTLY')
6771 || github.event_name == 'workflow_dispatch' && github.event.inputs.nightly }}"
6872 run : |
6973 echo "NIGHTLY=true" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments