diff --git a/.github/workflows/OnPRCPCheck.yml b/.github/workflows/OnPRCPCheck.yml index 8c8ad7273e..9f970d732d 100644 --- a/.github/workflows/OnPRCPCheck.yml +++ b/.github/workflows/OnPRCPCheck.yml @@ -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 diff --git a/.github/workflows/OnPRCheck.yml b/.github/workflows/OnPRCheck.yml index e4d30f9d7b..59dc56106f 100644 --- a/.github/workflows/OnPRCheck.yml +++ b/.github/workflows/OnPRCheck.yml @@ -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