mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
.github: Change branch of reusable workflows to main.
(cherry picked from commit 5f4a828056
)
This commit is contained in:
committed by
Asterisk Development Team
parent
de874740a1
commit
9be2dbff73
2
.github/workflows/OnPRCPCheck.yml
vendored
2
.github/workflows/OnPRCPCheck.yml
vendored
@@ -11,4 +11,4 @@ jobs:
|
||||
concurrency:
|
||||
group: cpcheck-${{ github.base_ref }}-${{ github.ref_name }}
|
||||
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:
|
||||
group: check-${{ github.base_ref }}-${{ github.ref_name }}
|
||||
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