.github: Fix realtime param on Weekly and Nightly tests and...

Rename the "Cleanup" job in the cherry-pick and recheck jobs
to "Summary".

(cherry picked from commit fd0cee1a05)
This commit is contained in:
George Joseph
2024-09-23 08:24:02 -06:00
committed by Asterisk Development Team
parent 6951f147de
commit cefb055e66
4 changed files with 4 additions and 12 deletions

View File

@@ -10,10 +10,6 @@ on:
required: false
type: string
description: "Array of test groups to run: ['ari1','channels']. Defaults to NIGHTLYTEST_LIST"
realtime:
type: boolean
required: false
default: true
schedule:
# Sunday 2am
@@ -26,6 +22,6 @@ jobs:
with:
branches: ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
realtime: ${{ inputs.realtime }}
realtime: true
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}