We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57a546 commit ea0259aCopy full SHA for ea0259a
.github/workflows/create_rc_pr.yml
@@ -26,8 +26,6 @@ jobs:
26
- name: Checkout the main branch
27
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
with:
29
- ref: sabrina/pin-intg-core
30
- fetch-depth: 0
31
persist-credentials: true
32
33
- name: Install python
@@ -46,8 +44,8 @@ jobs:
46
44
- name: test integrations Core
47
45
run: |
48
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
+ git tag --merged main | grep -E '^7\.[0-9]+\.[0-9]+(-rc.*|-devel.*)?$'
+ # inv -e release.pin-integrations-core
51
# - name: Check previous agent 6 RC status
52
# if: ${{ env.IS_AGENT6_RELEASE == 'true' }}
53
# env:
0 commit comments