Rename the "Cleanup" job in the cherry-pick and recheck jobs
to "Summary".
required: false
type: string
description: "Array of test groups to run: ['ari1','channels']. Defaults to NIGHTLYTEST_LIST"
- realtime:
- type: boolean
- required: false
- default: false
schedule:
# Monday-Saturday 2am
with:
branches: ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
- realtime: ${{ inputs.realtime }}
+ realtime: false
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- Cleanup:
+ Summary:
if: ${{ success() || failure() }}
runs-on: ubuntu-latest
needs: [Setup,Check]
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- Cleanup:
+ Summary:
if: ${{ success() || failure() }}
runs-on: ubuntu-latest
needs: [Setup,ReCheck]
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
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 }}