Skip to content

Commit

Permalink
Merge branch 'master' into github_workflow_partner (#29172)
Browse files Browse the repository at this point in the history
# Conflicts:
#	Utils/github_workflow_scripts/utils.py
  • Loading branch information
edik24 authored Aug 24, 2023
1 parent 1ae704c commit 22ca76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-partner-approved-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
check_label_job:
runs-on: ubuntu-latest
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
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == true && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 22ca76f

Please sign in to comment.