.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 94237f684a)
This commit is contained in:
George Joseph
2024-09-23 08:24:02 -06:00
committed by Asterisk Development Team
parent 96e6144d55
commit c4ba44db52
4 changed files with 4 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ jobs:
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
Cleanup:
Summary:
if: ${{ success() || failure() }}
runs-on: ubuntu-latest
needs: [Setup,ReCheck]