File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
verbose : true
115
115
116
116
- name : Upload jUnit test results (APDE CI)
117
- if : github.repository == 'ansible/eda-server'
117
+ if : github.repository == 'ansible/eda-server' && github.ref == 'refs/heads/main'
118
118
run : >-
119
119
poetry run http --check-status --ignore-stdin
120
120
--auth "${{ vars.PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_USER }}:${{ secrets.PDE_ORG_RESULTS_UPLOAD_PASSWORD }}"
Original file line number Diff line number Diff line change 97
97
98
98
- name : Upload jUnit test results (APDE CI)
99
99
working-directory : ${{ env.EDA_QA_PATH }}
100
+ if : github.ref == 'refs/heads/main'
100
101
run : >-
101
102
http --check-status --ignore-stdin
102
103
--auth "${{ vars.PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_USER }}:${{ secrets.PDE_ORG_RESULTS_UPLOAD_PASSWORD }}"
@@ -179,6 +180,7 @@ jobs:
179
180
180
181
- name : Upload jUnit test results (APDE CI)
181
182
working-directory : ${{ env.EDA_QA_PATH }}
183
+ if : github.ref == 'refs/heads/main'
182
184
run : >-
183
185
http --check-status --ignore-stdin
184
186
--auth "${{ vars.PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_USER }}:${{ secrets.PDE_ORG_RESULTS_UPLOAD_PASSWORD }}"
You can’t perform that action at this time.
0 commit comments