mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
.github: Change branch of reusable workflows to main.
This commit is contained in:
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