Skip to content

Commit

Permalink
remove me later
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Jul 11, 2023
1 parent 5e4b8ca commit d38b2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ commands:
steps:
- when:
condition:
equal: [ master, << pipeline.git.branch >> ]
equal: [ reporting-to-ga4, << pipeline.git.branch >> ]
steps:
- run:
name: Report failed test cases
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ failure() }}
run: tools/gh-upload-to-s3.sh big_tests/ct_report
- name: upload big_tests results to GA4
if: github.ref_name == 'master'
if: github.ref_name == 'reporting-to-ga4'
run: tools/gh-report-failing-testcases-to-ga4.sh

dynamic_domains_big_tests:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: ${{ failure() }}
run: tools/gh-upload-to-s3.sh big_tests/ct_report
- name: upload big_tests results to GA4
if: github.ref_name == 'master'
if: github.ref_name == 'reporting-to-ga4'
run: tools/gh-report-failing-testcases-to-ga4.sh

coveralls_webhook:
Expand Down

0 comments on commit d38b2fc

Please sign in to comment.