Skip to content

Commit ea0259a

Browse files
test when ref is main [skip ci]
1 parent c57a546 commit ea0259a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/create_rc_pr.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- name: Checkout the main branch
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
29-
ref: sabrina/pin-intg-core
30-
fetch-depth: 0
3129
persist-credentials: true
3230

3331
- name: Install python
@@ -46,8 +44,8 @@ jobs:
4644
- name: test integrations Core
4745
run: |
4846
git status
49-
git tag --merged sabrina/pin-intg-core | grep -E '^7\.[0-9]+\.[0-9]+(-rc.*|-devel.*)?$'
50-
inv -e release.pin-integrations-core
47+
git tag --merged main | grep -E '^7\.[0-9]+\.[0-9]+(-rc.*|-devel.*)?$'
48+
# inv -e release.pin-integrations-core
5149
# - name: Check previous agent 6 RC status
5250
# if: ${{ env.IS_AGENT6_RELEASE == 'true' }}
5351
# env:

0 commit comments

Comments
 (0)