Skip to content

Commit

Permalink
Merge pull request #368 from splunk/feature/fix-pr
Browse files Browse the repository at this point in the history
Correct builds for PRs
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 24, 2020
2 parents 05cc4bd + ff1d043 commit c7eca24
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,22 +242,22 @@ workflows:
version: 2
build_test:
jobs:
- test-sc4s-3-25-1-splunk-8-0:
filters:
branches:
only: /.*/
- test-sc4s-master-splunk-8-0:
filters:
branches:
only: /.*/
- test-sc4s-3-25-1-splunk-7-3:
filters:
branches:
only: /.*/
- test-sc4s-3-25-1-splunk-7-2:
filters:
branches:
only: /.*/
- test-sc4s-3-25-1-splunk-8-0
# filters:
# branches:
# only: /.*/
- test-sc4s-master-splunk-8-0
# filters:
# branches:
# only: /.*/
- test-sc4s-3-25-1-splunk-7-3
# filters:
# branches:
# only: /.*/
- test-sc4s-3-25-1-splunk-7-2
# filters:
# branches:
# only: /.*/
- approval-tag-alpha:
type: approval
filters:
Expand Down

0 comments on commit c7eca24

Please sign in to comment.