.github: Change branch of reusable workflows to main.

(cherry picked from commit 5f4a828056)
releases/certified-18.9
George Joseph 8 months ago committed by Asterisk Development Team
parent de874740a1
commit 9be2dbff73

@ -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

@ -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

Loading…
Cancel
Save