File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -133,26 +133,9 @@ jobs:
133
133
steps.zdb.outcome != 'success' ||
134
134
steps.deleteall.outcome != 'success'
135
135
run : exit 1
136
- continue-on-error : true
137
-
138
-
139
-
140
- - name : Check for duplicate issues
141
- id : check_duplicates
142
- uses : wow-actions/potential-duplicates@v1
143
- with :
144
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
145
- filter : ' '
146
- exclude : ' '
147
- label : potential-duplicate
148
- state : all
149
- threshold : 0.6
150
- reactions : ' eyes, confused'
151
- comment : >
152
- The Tests failed today also.
153
136
154
137
- name : Create GitHub Issue on Failure
155
- if : failure() && steps.check_duplicates.outputs.duplicate == 'false' && '$(date +%u)' != '5' && '$(date +%u)' != '6'
138
+ if : failure() && '$(date +%u)' != '5' && '$(date +%u)' != '6'
156
139
uses : dacbd/create-issue-action@main
157
140
with :
158
141
token : ${{ github.token }}
@@ -177,4 +160,4 @@ jobs:
177
160
Kvstore : ${{ steps.kvstore.outcome }}
178
161
Zdb : ${{ steps.zdb.outcome }}
179
162
Delete all contracts : ${{ steps.deleteall.outcome }}
180
- labels : type_bug, grid_client
163
+ labels : type_bug, grid_client
You can’t perform that action at this time.
0 commit comments