Skip to content

Commit 6db5680

Browse files
edik24xsoar-bot
authored andcommitted
Merge branch 'master' into github_workflow_partner (demisto#29172)
# Conflicts: # Utils/github_workflow_scripts/utils.py
1 parent 734f931 commit 6db5680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-partner-approved-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
check_label_job:
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'demisto/content' && github.event.action == 'opened' && github.event.pull_request.head.repo.fork == true && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false
12+
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == true && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)