.github: Changes required to use cached builds and shorten names

(cherry picked from commit 24d641f40a)
This commit is contained in:
George Joseph
2024-07-28 13:51:31 -06:00
committed by Asterisk Development Team
parent cc0d3dbf74
commit 93a774447f
5 changed files with 224 additions and 43 deletions

View File

@@ -10,18 +10,18 @@
# add and remove labels and comments. Hence the "Priv" at the end
# of this workflow name.
#
name: PRStateChangedPriv
run-name: "PRStateChangedPriv ${{github.event.workflow.name}} ${{github.event.action}}"
name: PRChangedPriv
run-name: "PRChangedPriv ${{ github.event.workflow.name }} ${{ github.event.action }}"
on:
workflow_run:
workflows: [PRStateChanged]
workflows: [PRChanged]
types:
- requested
- completed
jobs:
PRStateChangedPriv:
name: PRStateChangedPriv
PRChangedPriv:
name: PRChangedPriv
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRStateChangedPriv.yml@main
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}