We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734f931 commit 6db5680Copy full SHA for 6db5680
.github/workflows/check-partner-approved-label.yml
@@ -9,7 +9,7 @@ permissions:
9
jobs:
10
check_label_job:
11
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
+ if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == true && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
0 commit comments