Skip to content

Commit d8b84c8

Browse files
Added condition not to run on internal (demisto#12400)
1 parent 4b5ae56 commit d8b84c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-contributor-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check_contributor_pack:
99
runs-on: ubuntu-latest
10-
if: github.repository == 'demisto/content' && startsWith(github.head_ref, 'to-merge/') == false && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false && github.event.pull_request.head.repo.fork == false
10+
if: github.repository == 'demisto/content' && startsWith(github.head_ref, 'contrib/') == false && startsWith(github.head_ref, 'to-merge/') == false && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false && github.event.pull_request.head.repo.fork == false
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)