mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 04:43:44 +00:00
.github: Changes required to use cached builds and shorten names
(cherry picked from commit 24d641f40a)
This commit is contained in:
committed by
Asterisk Development Team
parent
cc0d3dbf74
commit
93a774447f
10
.github/workflows/OnPRStateChangedPriv.yml
vendored
10
.github/workflows/OnPRStateChangedPriv.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user