mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
.github: Change branch of reusable workflows to main.
(cherry picked from commit 2efbe0f8e6
)
This commit is contained in:
committed by
Asterisk Development Team
parent
48125ddf89
commit
9bb74ecbe1
2
.github/workflows/OnPRCPCheck.yml
vendored
2
.github/workflows/OnPRCPCheck.yml
vendored
@@ -11,4 +11,4 @@ jobs:
|
|||||||
concurrency:
|
concurrency:
|
||||||
group: cpcheck-${{ github.base_ref }}-${{ github.ref_name }}
|
group: cpcheck-${{ github.base_ref }}-${{ github.ref_name }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCPCheck.yml@main-pr-target
|
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCPCheck.yml@main
|
||||||
|
2
.github/workflows/OnPRCheck.yml
vendored
2
.github/workflows/OnPRCheck.yml
vendored
@@ -11,4 +11,4 @@ jobs:
|
|||||||
concurrency:
|
concurrency:
|
||||||
group: check-${{ github.base_ref }}-${{ github.ref_name }}
|
group: check-${{ github.base_ref }}-${{ github.ref_name }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCheck.yml@main-pr-target
|
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRCheck.yml@main
|
||||||
|
Reference in New Issue
Block a user